Translation Loading Triggered Too Early – Help with _load_textdomain_just_in_tim
-
Hello,
I am experiencing an issue with the wp-maintenance-mode plugin. I am receiving the following error message:Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-maintenance-mode 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 [path of wordpress]/wp-includes/functions.php on line [line number]
From the message, it seems that the translation for the plugin is being loaded too early, which is causing the error. The issue points to a call to _load_textdomain_just_in_time happening before the init action.Could you provide any guidance on how to resolve this?
Is there a known fix or a version update that addresses this issue?
Current Ver. 2.6.15.Thank you in advance for your help!
Best regards,
- You must be logged in to reply to this topic.