woocommerce_shortcode_before_{$this->type}_loop, $this->attributes
woocommerce_shortcode_before_{$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_before_{$this->type}_loop, $this->attributes') is found 1 times:
- /includes/shortcodes/class-wc-shortcode-products.php line 642
); $original_post = $GLOBALS['post']; do_action( "woocommerce_shortcode_before_{$this->type}_loop", $this->attributes ); if ( wc_string_to_bool( $this->attributes['paginate'] ) ) { /** * Fire the standard shop hooks when paginating so we can display result counts etc. * If the pagination is not enabled, this hook will not be fired. *