Function _load_textdomain_just_in_time was called incorrectly
The plugins_loaded hook is too early in the WordPress event sequence and it is even before the theme features. That would be one line causing the warning in the log. The WordPress 6.8.2 source code for _load_textdomain_just_in_time() is hardcoded to log a warning of anyone (themes & plugins) try to use language translation before the … Read more