File: wp-includes/feed.php
-
functionget_comment_author_rss()
Retrieves the current comment author for use in the feeds.
-
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.
-
functionget_bloginfo_rss()
Retrieves RSS container for the bloginfo function.
-
hookthe_title_rss
Filters the post title for use in a feed.
-
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.