woocommerce_widget_price_filter_end action-hook . WC 1.0
Usage
add_action( 'woocommerce_widget_price_filter_end', 'action_function_name_1656' ); function action_function_name_1656( $args ){ // action... }
- $args
- -
Where the hook is called
woocommerce_widget_price_filter_end
woocommerce/templates/content-widget-price-filter.php 40
<?php do_action( 'woocommerce_widget_price_filter_end', $args ); ?>