woocommerce_should_load_brands_styles

woocommerce_should_load_brands_styles

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.4.3

apply_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() {