woocommerce_should_load_brands_styles
woocommerce_should_load_brands_styles
Appears in: woocommerce.10.4.3
Hook Type: filter
Displaying hooks found in version: woocommerce.10.4.3apply_filters('woocommerce_should_load_brands_styles') is found 1 times:
- /includes/class-wc-brands.php line 298
* @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() {