Filter hook 'feed_links_show_comments_feed'

in WP Core File wp-includes/general-template.php at line 3146

Description

Filters whether to display the comments feed link.

Occurrences

Filename Line Number
wp-includes/general-template.php 3146
wp-includes/general-template.php 3190

Parameters

Type Name Description
bool $show Whether to display the comments feed link. Default true.

PHP Doc

/**
	 * Filters whether to display the comments feed link.
	 *
	 * @since 4.4.0
	 *
	 * @param bool $show Whether to display the comments feed link. Default true.
	 */