PHP Notice: Function _load_textdomain_just_in_time was called
-
I am getting this ERROR: while I checked the debug.log.
[25-Feb-2025 14:13:31 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
pinkmart
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 /home/sightsav/public_html/wp-includes/functions.php on line 6114check all the functions.php file didn’t saw any function with _load_textdomain_just_in_time
The error in functions.php on line 6114 is
trigger_error( $message, $error_level );
- You must be logged in to reply to this topic.