woocommerce_product_loop_start

woocommerce_product_loop_start

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_loop_start') is found 1 times:

  • /includes/wc-template-functions.php line 1137
    		wc_set_loop_prop( 'loop', 0 );
    
    		wc_get_template( 'loop/loop-start.php' );
    
    		$loop_start = apply_filters( 'woocommerce_product_loop_start', ob_get_clean() );
    
    		if ( $echo ) {
    			// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    			echo $loop_start;
    		} else {
    			return $loop_start;
    

See this hook used in plugins: