`_load_textdomain_just_in_time` PHP notice
-
Hello,
After recent WordPress 6.7.1 update I’m getting this PHP warning:
Notice: Function _load_textdomain_just_in_time was called incorrectly.
Translation loading for the login-designer domain was triggered too early.
This is usually an indicator for some code in the plugin or theme running too early.
Translations should be loaded at the init action or later.
Please see Debugging in WordPress for more information.
(This message was added in version 6.7.0.) in ./wp-includes/functions.php on line 6114Here is
Callerdebug info from Query Monitor plugin:_load_textdomain_just_in_time()
wp-includes/l10n.php:1378
get_translations_for_domain()
wp-includes/l10n.php:1408
translate()
wp-includes/l10n.php:194
esc_html__()
wp-includes/l10n.php:339
Login_Designer_Theme_Template->__construct()
wp-content/plugins/login-designer/includes/class-login-designer-theme-template.php:62
Login_Designer_Theme_Template::get_instance()
wp-content/plugins/login-designer/includes/class-login-designer-theme-template.php:39
do_action('plugins_loaded')
wp-includes/plugin.php:517This issue is happening on non-default language WordPress installation (you should be able to replicate the notice by installing British English, for example).
Thank you in advance for fixing this issue!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘`_load_textdomain_just_in_time` PHP notice’ is closed to new replies.