pre_get_search_form

pre_get_search_form

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('pre_get_search_form') is found 1 times:

  • /wp-includes/general-template.php line 254
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    *
     * @param array $args The array of arguments for building the search form.
     *                    See get_search_form() for information on accepted arguments.
     */
    do_action( 'pre_get_search_form', $args );
     
    $echo = true;
     
    if ( ! is_array( $args ) ) {
        /*
         * Back compat: to ensure previous uses of get_search_form() continue to