apply_filters( 'feed_links_show_comments_feed', bool $show )

Filters whether to display the comments feed link.


Parameters

$show

Whether to display the comments feed link. Default true.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
4.4.0 Introduced.