Filter hook 'post_comments_feed_link_html'

in WP Core File wp-includes/link-template.php at line 854

Description

Filters the post comment feed link anchor tag.

Occurrences

Filename Line Number
wp-includes/link-template.php 854

Parameters

Type Name Description
string $link The complete anchor tag for the comment feed link.
int $post_id Post ID.
string $feed The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.

PHP Doc

/**
	 * Filters the post comment feed link anchor tag.
	 *
	 * @since 2.8.0
	 *
	 * @param string $link    The complete anchor tag for the comment feed link.
	 * @param int    $post_id Post ID.
	 * @param string $feed    The feed type. Possible values include 'rss2', 'atom',
	 *                        or an empty string for the default feed type.
	 */