File: wp-includes/feed.php
-
functioncomment_link()
Displays the link to the comments.
-
hookcomment_link
Filters the current comment’s permalink.
-
functionget_comment_author_rss()
Retrieves the current comment author for use in the feeds.
-
Filters the current comment author for use in a feed.
-
functionthe_title_rss()
Displays the post title in the feed.
-
functioncomment_author_rss()
Displays the current comment author in the feed.
-
functionget_the_content_feed()
Retrieves the post content for feeds.
-
functioncomment_text_rss()
Displays the current comment content for use in the feeds.
-
hookthe_content_feed
Filters the post content for use in feeds.
-
functionget_bloginfo_rss()
Retrieves RSS container for the bloginfo function.
-
hookget_bloginfo_rss
Filters the bloginfo for use in RSS feeds.
-
functionbloginfo_rss()
Displays RSS container for the bloginfo function.
-
hookbloginfo_rss
Filters the bloginfo for display in RSS feeds.
-
functionget_default_feed()
Retrieves the default feed.
-
hookdefault_feed
Filters the default feed type.
-
functionget_wp_title_rss()
Retrieves the blog title for the feed title.
-
hookget_wp_title_rss
Filters the blog title for use as the feed title.
-
functionwp_title_rss()
Displays the blog title for display of the feed title.
-
hookwp_title_rss
Filters the blog title for display of the feed title.
-
functionget_the_title_rss()
Retrieves the current post title for the feed.
-
hookthe_title_rss
Filters the post title for use in a feed.