woocommerce_shortcode_{$this->type}_loop_no_results, $this->attributes
woocommerce_shortcode_{$this->type}_loop_no_results, $this->attributes
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_shortcode_{$this->type}_loop_no_results, $this->attributes') is found 1 times:
- /includes/shortcodes/class-wc-shortcode-products.php line 690
wp_reset_postdata(); wc_reset_loop(); } else { do_action( "woocommerce_shortcode_{$this->type}_loop_no_results", $this->attributes ); } return '<div class="' . esc_attr( implode( ' ', $classes ) ) . '">' . ob_get_clean() . '</div>'; } /**