Function _load_textdomain_just_in_time
-
I am getting the following error repeatedly.
[06-Oct-2025 11:07:29 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
adventurousdomain 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 theinitaction or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/dufour/P4ML4XO9/htdocs/wp-includes/functions.php on line 6121The theme author is suggesting a clash with a plugin and QueryMonitor suggests
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the bbpress-notify-nospam 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. (This message was added in version 6.7.0.)
_load_textdomain_just_in_time()
Is this something that can be fixed?
You must be logged in to reply to this topic.