woocommerce_shop_loop

woocommerce_shop_loop

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_shop_loop') is found 2 times:

  • /src/Blocks/BlockTypes/ClassicTemplate.php line 309
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
             * Hook: woocommerce_shop_loop.
             *
             * @since 6.3.0
             */
            do_action( 'woocommerce_shop_loop' );
     
            wc_get_template_part( 'content', 'product' );
        }
    }
     
    woocommerce_product_loop_end();
  • /templates/archive-product.php line 60
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
            /**
             * Hook: woocommerce_shop_loop.
             */
            do_action( 'woocommerce_shop_loop' );
     
            wc_get_template_part( 'content', 'product' );
        }
    }
     
    woocommerce_product_loop_end();

See this hook used in plugins: