WP 6.7; Function _load_textdomain_just_in_time was called incorrectly
-
This error is triggered and triggered and triggered:
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
wp-pagenavi
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 theinit
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /homepages/30/d124584246/htdocs/wp/wp-includes/functions.php on line 6114Please, let me know, if you fixed it.
Right now, to stop the debug messages from that I’m using:
add_filter( ‘doing_it_wrong_trigger_error’, ‘__return_false’ );
cheers
- You must be logged in to reply to this topic.