woocommerce_related_products_columns

woocommerce_related_products_columns

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_related_products_columns') is found 1 times:

  • /includes/wc-template-functions.php line 2292
    2288
    2289
    2290
    2291
    2292
    2293
    2294
    2295
    2296
    2297
    2298
            $args['related_products'] = wc_products_array_orderby( $args['related_products'], $args['orderby'], $args['order'] );
     
            // Set global loop values.
            wc_set_loop_prop( 'name', 'related' );
            wc_set_loop_prop( 'columns', apply_filters( 'woocommerce_related_products_columns', $args['columns'] ) );
     
            wc_get_template( 'single-product/related.php', $args );
        }
    }
     
    if ( ! function_exists( 'woocommerce_upsell_display' ) ) {