get_product_search_form

get_product_search_form

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('get_product_search_form') is found 1 times:

  • /includes/wc-template-functions.php line 3108
    				'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