Filters whether to display the search results feed link.
$showboolwp-includes/general-template.php:3513feed_links_extra() * 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. */ $show_search_feed = apply_filters( 'feed_links_extra_show_search_feed', true ); if ( $show_search_feed ) { $title = sprintf( $args['searchtitle'], get_bloginfo( 'name' ), $args['separator'],Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.