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.
-
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.
-
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.
-
Filters the comments permalink for the current post.
-
functioncomment_guid()
Displays the feed GUID for the current comment.
-
functionthe_title_rss()
Displays the post title in the feed.
-
functionget_comment_guid()
Retrieves the feed GUID for the current comment.
-
functionget_the_content_feed()
Retrieves the post content for feeds.
-
functioncomment_link()
Displays the link to the comments.
-
hookthe_content_feed
Filters the post content for use in feeds.
-
hookcomment_link
Filters the current comment’s permalink.
-
functionthe_content_feed()
Displays the post content for feeds.