apply_filters( 'feed_links_show_comments_feed', bool $show )
Filters whether to display the comments feed link.
Parameters
-
$show
bool -
Whether to display the comments feed link. Default true.
Source
File: wp-includes/general-template.php
.
View all references
if ( apply_filters( 'feed_links_show_comments_feed', true ) ) {
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |