• Resolved bw10

    (@bw10)


    [26-Apr-2025 20:29:57 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-last-modified-info 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.

    I am pretty sure the fix is in ‘Localization.php’
    public function register() { $this->action( 'plugins_loaded', 'load_textdomain' ); }

    public function register() { $this->action( 'init', 'load_textdomain' ); }

The topic ‘_load_textdomain_just_in_time Error’ is closed to new replies.