woocommerce_prices_include_tax

woocommerce_prices_include_tax

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_prices_include_tax') is found 1 times:

  • /includes/wc-conditional-functions.php line 376
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
         *
         * @return bool
         */
        function wc_prices_include_tax() {
            return wc_tax_enabled() && apply_filters( 'woocommerce_prices_include_tax', get_option( 'woocommerce_prices_include_tax' ) === 'yes' );
        }
    }
     
    /**
     * Simple check for validating a URL, it must start with http:// or https://.
     * and pass FILTER_VALIDATE_URL validation.