Triggered too early
-
I’m seeing the following error in the WordPress Debug. Did a little searching and found a potential solution described by https://stackoverflow.com/questions/79198701/notice-function-load-textdomain-just-in-time-was-called-incorrectly but I do see both add_action ( ‘init’… and ‘plugins_loaded’ in the class.plugin.php file, so perhaps that’s not the problem.
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the insert-php 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 /home/root3labs.com/public_html/wp-includes/functions.php on line 6114The page I need help with: [log in to see the link]
The topic ‘Triggered too early’ is closed to new replies.