Do I have to use load_plugin_textdomain() or is there any default folder for languages?
When I develop a plugin, do I always have to use:
load_plugin_textdomain('whatever', '', 'whatever/languages');
Or is there any setup, so that I put my translations into a specific folder with a specific name and they get loaded by default with the domain being the plugin slug?
Reason is, I don't like to use that second deprecated paramenter. I prefer to omit the whole call to the function if a default setup exists.
Topic localization Wordpress
Category Web