woocommerce_should_load_brands_styles, false
woocommerce_should_load_brands_styles, false
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_should_load_brands_styles, false') is found 1 times:
- /includes/class-wc-brands.php line 293
* @since 10.4.0 * * @param bool $should_load Whether to load brands styles. */ return apply_filters( 'woocommerce_should_load_brands_styles', false ); } /** * Initializes brand taxonomy. */ public static function init_taxonomy() {