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

apply_filters('woocommerce_product_loop_start') is found 1 times:

  • /includes/wc-template-functions.php line 1156
    1152
    1153
    1154
    1155
    1156
    1157
    1158
    1159
    1160
    1161
    1162
    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: