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.9.5.1

do_action('woocommerce_shortcode_after_{$this->type}_loop') 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 );
    		}