wpexpertsio / cf7-honeypot

Contact Form 7 Honeypot - Adds honeypot anti-spam functionality to CF7 forms.
Other
5 stars 5 forks source link

Simplify load_text_domain call #7

Closed Zodiac1978 closed 3 years ago

Zodiac1978 commented 3 years ago

It is sufficient to just add the load_plugin_textdomain call without any more parameters to trigger the translation if you want to support WP < 4.6. See: https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#loading-text-domain

nocean commented 3 years ago

Much appreciated. For the next version, I'll be upping the required version to 5+, but I think I'll be keeping load_plugin_textdomain in, so will look closer at this.

nocean commented 3 years ago

Fixed (removed) in latest version.