feed_links()wp-includes/general-template.php | Displays the links to the general feeds.
|
WP::send_headers()wp-includes/class-wp.php | Sends additional HTTP headers for caching, content type, etc.
|
WP_Query::is_feed()wp-includes/class-wp-query.php | Determines whether the query is for a feed.
|
do_feed()wp-includes/functions.php | Loads the feed template from the use of an action hook.
|
get_search_comments_feed_link()wp-includes/link-template.php | Retrieves the permalink for the search results comments feed.
|
get_post_type_archive_feed_link()wp-includes/link-template.php | Retrieves the permalink for a post type archive feed.
|
get_term_feed_link()wp-includes/link-template.php | Retrieves the feed link for a term.
|
get_search_feed_link()wp-includes/link-template.php | Retrieves the permalink for the search results feed.
|
get_feed_link()wp-includes/link-template.php | Retrieves the permalink for the feed type.
|
get_post_comments_feed_link()wp-includes/link-template.php | Retrieves the permalink for the post comments feed.
|
get_author_feed_link()wp-includes/link-template.php | Retrieves the feed link for a given author.
|
get_the_category_rss()wp-includes/feed.php | Retrieves all of the post categories, formatted for use in feeds.
|
feed_content_type()wp-includes/feed.php | Returns the content type for specified feed type.
|
get_the_content_feed()wp-includes/feed.php | Retrieves the post content for feeds.
|
redirect_canonical()wp-includes/canonical.php | Redirects incoming links to the proper URL based on the site url.
|
User Contributed Notes
You must log in before being able to contribute a note or feedback.