Filter hook 'feed_links_extra_show_search_feed'

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

Description

Filters whether to display the search results feed link.

Occurrences

Filename Line Number
wp-includes/general-template.php 3354

Parameters

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

PHP Doc

/**
		 * Filters whether to display the search results feed link.
		 *
		 * @since 6.1.0
		 *
		 * @param bool $show Whether to display the search results feed link. Default true.
		 */