apply_filters( 'feed_links_show_comments_feed', bool $show )

Filters whether to display the comments feed link.


Description


Parameters

$show

(bool) Whether to display the comments feed link. Default true.


Top ↑

Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog

Version Description
4.4.0 Introduced.