feed_links_extra_show_search_feed

feed_links_extra_show_search_feed

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('feed_links_extra_show_search_feed') is found 1 times:

  • /wp-includes/general-template.php line 3371
    3367
    3368
    3369
    3370
    3371
    3372
    3373
    3374
    3375
    3376
    3377
    * @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'],

See this hook used in plugins: