You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following message shows up when Query Monitor is active:
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the backwpup 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. (This message was added in version 6.7.0.)
It's related to how _load_textdomain_just_in_time is called.
To Reproduce
Steps to reproduce the behavior:
Use Query Monitor
Activate or update BackWPUp
See the notice
Expected behavior
We should follow best practices used by WordPress core to use their hooks and functions.
The text was updated successfully, but these errors were encountered:
Describe the bug
The following message shows up when Query Monitor is active:
It's related to how
_load_textdomain_just_in_time
is called.To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should follow best practices used by WordPress core to use their hooks and functions.
The text was updated successfully, but these errors were encountered: