WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about feed_links_extra_show_search_feed

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 3332 /**
* 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.
*/

Hook Parameters

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