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