wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/feed.php › WordPress File
Functions31
› WordPress Feed API
Function | Short description |
---|---|
atom_enclosure | Display the atom enclosure for the current post. |
atom_site_icon | Displays Site Icon in atom feeds. |
bloginfo_rss | Display RSS container for the bloginfo function. |
comments_link_feed | Outputs the link to the comments for the current post in an xml safe way |
comment_author_rss | Display the current comment author in the feed. |
comment_guid | Display the feed GUID for the current comment. |
comment_link | Display the link to the comments. |
comment_text_rss | Display the current comment content for use in the feeds. |
feed_content_type | Return the content type for specified feed type. |
fetch_feed | Build SimplePie object based on RSS or Atom feed from URL. |
get_bloginfo_rss | RSS container for the bloginfo function. |
get_comment_author_rss | Retrieve the current comment author for use in the feeds. |
get_comment_guid | Retrieve the feed GUID for the current comment. |
get_default_feed | Retrieve the default feed. |
get_feed_build_date | Get the UTC time of the most recently modified post from WP_Query. |
get_self_link | Returns the link for the currently displayed feed. |
get_the_category_rss | Retrieve all of the post categories, formatted for use in feeds. |
get_the_content_feed | Retrieve the post content for feeds. |
get_the_title_rss | Retrieve the current post title for the feed. |
get_wp_title_rss | Retrieve the blog title for the feed title. |
html_type_rss | Display the HTML type based on the blog setting. |
prep_atom_text_construct | Determine the type of a string of data with the data formatted. |
rss2_site_icon | Displays Site Icon in RSS2. |
rss_enclosure | Display the rss enclosure for the current post. |
self_link | Display the link for the currently displayed feed in a XSS safe way. |
the_category_rss | Display the post categories in the feed. |
the_content_feed | Display the post content for feeds. |
the_excerpt_rss | Display the post excerpt for the feed. |
the_permalink_rss | Display the permalink to the post for use in feeds. |
the_title_rss | Display the post title in the feed. |
wp_title_rss | Display the blog title for display of the feed title. |