Filters whether to display the post comments feed link.
This filter allows to enable or disable the feed link for a singular post in a way that is independent of ‘feed_links_show_comments_feed’ (which controls the global comments feed). The result of that filter is accepted as a parameter.
$show_comments_feedbool
$show_post_comments_feed = apply_filters( 'feed_links_extra_show_post_comments_feed', $show_comments_feed );
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/feed_links_extra_show_post_comments_feed