Notice/error re: Function _load_textdomain_just_in_time
-
I am getting the following notice from using this theme:
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the accelerate 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/.../public_html/wp-includes/functions.php on line 6121This notice appears to be connected to the problem described here. The fix is to defer the loading of translations until the
inithook is called as described in that linked page. Can you please make this fix? Thanks!edit: A stacktrace pointed to this line as the problem: /wp-content/themes/accelerate/inc/admin/meta-boxes.php(28): __()
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Notice/error re: Function _load_textdomain_just_in_time’ is closed to new replies.
