_load_textdomain_just_in_time Error
-
[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-infodomain 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.
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.