Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/link-template.php | apply_filters | 850 | /** * 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. */ |
Hook Parameters
Parameter 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', |