get_product_search_form

get_product_search_form

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('get_product_search_form') is found 1 times:

  • /includes/wc-template-functions.php line 3343
    3339
    3340
    3341
    3342
    3343
    3344
    3345
    3346
    3347
    3348
    3349
            'index' => $product_search_form_index++,
        )
    );
     
    $form = apply_filters( 'get_product_search_form', ob_get_clean() );
     
    if ( ! $echo ) {
        return $form;
    }
     
    // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped