apply_filters( ‘feed_links_show_comments_feed’, bool $show )

In this article

Filters whether to display the comments feed link.

Parameters

$showbool
Whether to display the comments feed link. Default true.

Source

if ( apply_filters( 'feed_links_show_comments_feed', true ) ) {

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.