mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
https://stackoverflow.com/questions/78327714/woocommerce-price-calculation-from-price-with-tax-to-without-tax-decimals
1 line
95 B
Text
1 line
95 B
Text
add_filter('woocommerce_internal_rounding_precision', function($precision){ return 2;}, 9999);
|