woocommerce_widget_price_filter_start

woocommerce_widget_price_filter_start

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_widget_price_filter_start') is found 1 times:

  • /templates/content-widget-price-filter.php line 21
     
    defined( 'ABSPATH' ) || exit;
    
    ?>
    <?php do_action( 'woocommerce_widget_price_filter_start', $args ); ?>
    
    <form method="get" action="<?php echo esc_url( $form_action ); ?>">
    	<div class="price_slider_wrapper">
    		<div class="price_slider" style="display:none;"></div>
    		<div class="price_slider_amount" data-step="<?php echo esc_attr( $step ); ?>">
    			<label class="screen-reader-text" for="min_price"><?php esc_html_e( 'Min price', 'woocommerce' ); ?></label>