Opened 12 months ago
Closed 12 months ago
#63435 closed defect (bug) (duplicate)
Function _load_textdomain_just_in_time was called incorrectly in WP v6.8.1
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 6.8 |
| Component: | General | Keywords: | dev-feedback close |
| Focuses: | Cc: |
Description
After update to WordPress 6.8-RC1, I recieved this message in many plugins and themes.
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf 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 (2)
Note: See
TracTickets for help on using
tickets.
Hi @ymediaeg, Thanks for raising the ticket.
This seems very close to #63185.
As it suggests, this might be an issue in a third-party plugin or theme.