Opened 9 months ago
Closed 9 months ago
#63696 closed defect (bug) (invalid)
noiseonthe website
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | reporter-feedback |
| Focuses: | Cc: |
Description (last modified by )
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-sites 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 6121
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the image-optimization 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 6121
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the instagram-feed 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 6121
Change History (4)
#2
@
9 months ago
- Component changed from General to I18N
- Description modified (diff)
For these three plugins, check whether you have the latest version (and update if not).
Starter Templates says the translation loading was fixed in 4.4.15.
Easy Social Feeds Plugin has two resolved support topics about the message, and I did not receive the warning with 6.9.1.
Elementor's Image Optimizer did not give me the warning message with 1.6.7, and I did not find a related topic in their forum.
If you experience the warning with the latest versions, you could reach out to the plugin developers and point them to
https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/
#3
@
9 months ago
this is only core related this far, as the core generates the warning about the themes/plugins not doing it right, see
https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/
close candidate
Hello and welcome to WordPress Core Trac,
Can you please provide more information about the issue?
Is it really related to WordPress Core? Can it be reproduced on a fresh install without any plugin activated?
Thanks