Closed Zodiac1978 closed 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
load_plugin_textdomain
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.
Fixed (removed) in latest version.
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