Issue with Translation Loading Due to Early Code Execution on WordPress Site
-
Hello Support Team,
I am experiencing an issue on my WordPress site related to loading translations for certain plugins, and I am seeing the following notice on the site:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the really-simple-ssl 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 /home/trailer/public_html/wp-includes/functions.php on line 6114 Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo 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 /home/trailer/public_html/wp-includes/functions.php on line 6114
It seems there is an issue with the timing of some plugin code execution (such as “really-simple-ssl” and “wordpress-seo”), causing translations to load too early, prior to the
init
action, which leads to these warnings.Steps I Have Taken to Resolve the Issue:
- Ensured that WordPress and all plugins are updated to the latest versions.
- Enabled Debugging Mode to obtain detailed information.
- Reviewed WordPress debugging documentation to understand the potential cause.
Technical Details:
- WordPress Version: 6.7.0
- Error path:?
/home/trailer/public_html/wp-includes/functions.php on line 6114
- my site url :?https://trailer.best/
Please assist me in resolving this issue or guide me on the appropriate steps to adjust the timing of translation loading for these plugins.
Thank you very much.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.