wc_tax_enabled

wc_tax_enabled

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('wc_tax_enabled') is found 1 times:

  • /includes/wc-conditional-functions.php line 343
    	 *
    	 * @return bool
    	 */
    	function wc_tax_enabled() {
    		return apply_filters( 'wc_tax_enabled', get_option( 'woocommerce_calc_taxes' ) === 'yes' );
    	}
    }
    
    if ( ! function_exists( 'wc_shipping_enabled' ) ) {
    
    	/**