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.9.8.1

do_action('woocommerce_widget_price_filter_start') is found 1 times:

  • /templates/content-widget-price-filter.php line 21
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    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>