Dear,
Thank you for the fast reply.
How to use filters? Do I need to put the text from one of the boxen form https://wordpress.org/plugins/woocommerce-review-reminder/other_notes/ in to an .php file and add it to my child theme? In what map?
Hope you can explain the ‘use of filters’ a little bit more. This would be good for the plugin so everyone understands how to use it.
Best regards,
Melle
Yes, you should use it in php file. For message use the last one.
You can find all information about filters in general in documentation of WordPress. Filters is not something we invent for plugin, it is one of the WordPress’ stuff.
Great! I understand the use of filters a little bit.
Where to upload this .php file? What directory?
Thank you for the help!
Regards,
Melle
You can add the code into function.php of your theme, for example. That’s how all filters work.