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
755      /**
756       * Filters the post comment feed link anchor tag.
757       *
758       * @since 2.8.0
759       *
760       * @param string $link    The complete anchor tag for the comment feed link.
761       * @param int    $post_id Post ID.
762       * @param string $feed    The feed type, or an empty string for the default feed type.
763       */
764      echo apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed );
765 }
766
767 /**
768  * Retrieves the feed link for a given author.
769  *
770  * Returns a link to the feed for all posts by a given author. A specific feed
771  * can be requested or left blank to get the default feed.
772  *
773  * @since 2.5.0