woocommerce_widget_price_filter_start
Использование
add_action( 'woocommerce_widget_price_filter_start', 'wp_kama_woocommerce_widget_price_filter_start_action' ); /** * Function for `woocommerce_widget_price_filter_start` action-hook. * * @param $args * * @return void */ function wp_kama_woocommerce_widget_price_filter_start_action( $args ){ // action... }
- $args
- -
Где вызывается хук
woocommerce_widget_price_filter_start
woocommerce/templates/content-widget-price-filter.php 21
<?php do_action( 'woocommerce_widget_price_filter_start', $args ); ?>