I am developing a WordPress site with WooCommerce and the search box displays the text "No products found." text when a product is not available.
How do I change this text to something else "don’t worry try again later"
I am not sure how to approach this as I am pretty new to this kind of modification.
2
Answers
You could use the
gettext
hook to change the text.Place this in your functions.php With the switch, you will only effect text in the "woocommerce" text domain.