wc_tax_enabled

wc_tax_enabled

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('wc_tax_enabled') is found 1 times:

  • /includes/wc-conditional-functions.php line 352
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
         *
         * @return bool
         */
        function wc_tax_enabled() {
            return apply_filters( 'wc_tax_enabled', get_option( 'woocommerce_calc_taxes' ) === 'yes' );
        }
    }
     
    if ( ! function_exists( 'wc_shipping_enabled' ) ) {
     
        /**