Bug Report – Translation Loading Error in WPVivid BackupRestore
-
Dear WPVivid Support Team,
I am encountering a warning related to translation loading in the WPVivid BackupRestore plugin after updating my WordPress installation. Below is the exact error message:
Notice: Function _load_textdomain_just_in_time was called incorrectly.
Translation loading for the wpvivid-backuprestore 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 /var/www/html/blog/wp-includes/functions.php on line 6114Issue Summary:
The error suggests that the plugin attempts to load translations too early in the WordPress lifecycle, before the
init
action. Since WordPress 6.7.0, this behavior is considered incorrect.
- You must be logged in to reply to this topic.