Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: post_comments_feed_link_html

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
761       * Filters the post comment feed link anchor tag.
762       *
763       * @since 2.8.0
764       *
765       * @param string $link    The complete anchor tag for the comment feed link.
766       * @param int    $post_id Post ID.
767       * @param string $feed    The feed type. Possible values include 'rss2', 'atom',
768       *                        or an empty string for the default feed type.
769       */
770      echo apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed );
771 }
772
773 /**
774  * Retrieves the feed link for a given author.
775  *
776  * Returns a link to the feed for all posts by a given author. A specific feed
777  * can be requested or left blank to get the default feed.
778  *
779  * @since 2.5.0