Filters whether to display the comments feed link.
Parameters
$show
bool- Whether to display the comments feed link. Default true.
Source
if ( apply_filters( 'feed_links_show_comments_feed', true ) ) {
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.