Remove “filterPriceSuffix” in functions.php
-
Hello Hyyan !
First of all, thanks for this amazing plugin ! It should definitly be OOB in WooCommerce plugin…
I only got one question : How to remove the filter you add in your “Tax” class (Tax.php file) to the “woocommerce_get_price_suffix” tag ?
I tried to do the following in my functions.php theme file, without success :
remove_filter('woocommerce_get_price_suffix', 'filterPriceSuffix');Note : I try to do this because another plugin adds a filter on this and I’d like to keep it, and not the action you do to translate it 🙂
Thanks in advance !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Remove “filterPriceSuffix” in functions.php’ is closed to new replies.