post_comments_feed_link_html
最后更新于:2021-11-27 16:14:34
apply_filters( ‘post_comments_feed_link_html’, string $link, int $post_id, string $feed )
Filters the post comment feed link anchor tag.
参数
- $link
-
(string)
The complete anchor tag for the comment feed link. - $post_id
-
(int)
Post ID. - $feed
-
(string)
The feed type. Possible values include ‘rss2’, ‘atom’, or an empty string for the default feed type.
源文件
文件: gc-includes/link-template.php