the_search_query

the_search_query

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('the_search_query') is found 1 times:

  • /wp-includes/general-template.php line 4360
    4356
    4357
    4358
    4359
    4360
    4361
    4362
    4363
    4364
    4365
    4366
         * @since 2.3.0
         *
         * @param mixed $search Contents of the search query variable.
         */
        echo esc_attr( apply_filters( 'the_search_query', get_search_query( false ) ) );
    }
     
    /**
     * Gets the language attributes for the 'html' tag.
     *
     * Builds up a set of HTML attributes containing the text direction and language