post_comments_feed_link_html

Advertisement

Summery Summery

Filters the post comment feed link anchor tag.

Syntax Syntax

apply_filters( 'post_comments_feed_link_html', string $link, int $post_id, string $feed )

Parameters Parameters

$link

The complete anchor tag for the comment feed link.

$post_id

Post ID.

$feed

The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply