woocommerce_shortcode_after_{$this->type}_loop

woocommerce_shortcode_after_{$this->type}_loop

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_shortcode_after_{$this->type}_loop') is found 1 times:

  • /includes/shortcodes/class-wc-shortcode-products.php line 675
    			if ( wc_string_to_bool( $this->attributes['paginate'] ) ) {
    				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 );
    		}