woocommerce_shortcode_after_{$this->type}_loop, $this->attributes
woocommerce_shortcode_after_{$this->type}_loop, $this->attributes
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_shortcode_after_{$this->type}_loop, $this->attributes') is found 1 times:
- /includes/shortcodes/class-wc-shortcode-products.php line 685
*/ do_action( 'woocommerce_after_shop_loop' ); } do_action( "woocommerce_shortcode_after_{$this->type}_loop", $this->attributes ); wp_reset_postdata(); wc_reset_loop(); } else { do_action( "woocommerce_shortcode_{$this->type}_loop_no_results", $this->attributes ); }