swp_localization_init never fires
-
There is a bug in your l10n bootstrapping.
The file
languages.phpgets included on theplugins_loadedhook, but then uses the same hook to callswp_localization_init. Hence it will never be called.Translations may still load in WordPress >= 4.6.0 but it will still circumvent the
load_plugin_textdomainfunction and so prevent other plugins from hooking into the loading process.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘swp_localization_init never fires’ is closed to new replies.