I would like to change the wording of an error message I see in WooCommerce.
Are there any filters I can use to do this?
I would like to change the wording of an error message I see in WooCommerce.
Are there any filters I can use to do this?
Comments are closed.
You can do this with the
woocommerce_add_error
filter. Add the following to your functions.php file.