8000 Since WP 6.7 load_textdomain or load_textdomain_just_in_time was called incorrectly notices · Issue #115 · wpexpertsio/Post-SMTP · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Since WP 6.7 load_textdomain or load_textdomain_just_in_time was called incorrectly notices #115
Open
@chludwig

Description

@chludwig

Since WordPress v6.7 notices like this are thrown when translations are used to early in the loading sequence.

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the post-smtp 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 /app/public/wp-includes/functions.php on line 6114

So currently it is impossible to update WordPress to a version >6.2.2 when debugging and display errors is enabled (what usually should in all development and test stages).
The changes in the beta v3.0.1 don't solve the problem. For further details see https://wordpress.org/support/topic/translation-loading-for-the-post-smtp-domain-was-triggered-too-early/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0