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

do_action('woocommerce_shop_loop') is found 2 times:

  • /src/Blocks/BlockTypes/ClassicTemplate.php line 307
    					 * 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 68
     
    			/**
    			 * 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: