woocommerce_shop_loop_header

woocommerce_shop_loop_header

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

do_action('woocommerce_shop_loop_header') is found 1 times:

  • /templates/archive-product.php line 38
     * @since 8.6.0
     *
     * @hooked woocommerce_product_taxonomy_archive_header - 10
     */
    do_action( 'woocommerce_shop_loop_header' );
    
    if ( woocommerce_product_loop() ) {
    
    	/**
    	 * Hook: woocommerce_before_shop_loop.
    	 *