File: wp-includes/feed.php
-
functionget_self_link()
Returns the link for the currently displayed feed.
-
functionget_feed_build_date()
Gets the UTC time of the most recently modified post from WP_Query.
-
Filters the date the last post or comment in the query was modified.
-
functionatom_site_icon()
Displays Site Icon in atom feeds.
-
functionrss2_site_icon()
Displays Site Icon in RSS2.
-
functionatom_enclosure()
Displays the atom enclosure for the current post.
-
hookatom_enclosure
Filters the atom enclosure HTML link tag for the current post.
-
functionprep_atom_text_construct()
Determines the type of a string of data with the data formatted.
-
functionself_link()
Displays the link for the currently displayed feed in a XSS safe way.
-
hookcomment_text_rss
Filters the current comment content for use in a feed.
-
hookself_link
Filters the current feed URL.
-
functionget_the_category_rss()
Retrieves all of the post categories, formatted for use in feeds.
-
functionfeed_content_type()
Returns the content type for specified feed type.
-
hookthe_category_rss
Filters all of the post categories for display in a feed.
-
Filters the content type for a specific feed type.
-
functionthe_category_rss()
Displays the post categories in the feed.
-
functionfetch_feed()
Builds SimplePie object based on RSS or Atom feed from URL.
-
functionhtml_type_rss()
Displays the HTML type based on the blog setting.
-
hookwp_feed_options
Fires just before processing the SimplePie feed object.
-
functionrss_enclosure()
Displays the rss enclosure for the current post.
-
hookrss_enclosure
Filters the RSS enclosure HTML link tag for the current post.
-
functionthe_excerpt_rss()
Displays the post excerpt for the feed.
-
Filters the current comment author for use in a feed.
-
hookthe_excerpt_rss
Filters the post excerpt for a feed.
-
functioncomment_author_rss()
Displays the current comment author in the feed.
-
functionthe_permalink_rss()
Displays the permalink to the post for use in feeds.
-
functioncomment_text_rss()
Displays the current comment content for use in the feeds.
-
Filters the permalink to the post for use in feeds.
-
functioncomments_link_feed()
Outputs the link to the comments for the current post in an XML safe way.
-
Filters the comments permalink for the current post.