Bug im Plugin?
-
Hello,
I get the following error message in the debug.[09-May-2025 05:58:50 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
email-encoder-bundledomain 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.)
This is the comment of ChatGPT
Cause: A plugin (likelyemail-encoder-bundle, WPML, or RankMath) is attempting to load translation files too early, before WordPress’sinithook.- Impact: This won’t necessarily break anything, but it violates WordPress loading standards and floods your debug log.
- Solution:
- Update all related plugins to their latest versions.
- If you’re a developer, make sure translations are loaded within a proper hook like
init.
The page I need help with: [log in to see the link]
The topic ‘Bug im Plugin?’ is closed to new replies.