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

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

  • /includes/shortcodes/class-wc-shortcode-products.php line 687
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
             */
            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 );
    }