woocommerce_shortcode_(type)_loop_no_results action-hook . WC 1.0
Usage
add_action( 'woocommerce_shortcode_(type)_loop_no_results', 'action_function_name_7393' ); function action_function_name_7393( $attributes ){ // action... }
- $attributes
- -
Where the hook is called
woocommerce_shortcode_(type)_loop_no_results
woocommerce/includes/shortcodes/class-wc-shortcode-products.php 680
do_action( "woocommerce_shortcode_{$this->type}_loop_no_results", $this->attributes );