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
In WP 6.7, this plugin now kicks off the following Doing It Wrong message on every pageload
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the elasticpress 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.)
Steps to Reproduce
Active ElasticPress Labs and use Query Monitor on each page load.
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
That error is related to the elasticpress text domain, not the elasticpress-labs domain. It is also worth noting that Query Monitor is probably the problem here, as stated in this comment.
EP Labs already calls the load_plugin_textdomain function in the init hook, so there is nothing to be done on this one.
Describe the bug
In WP 6.7, this plugin now kicks off the following Doing It Wrong message on every pageload
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the elasticpress 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.)
Steps to Reproduce
Active ElasticPress Labs and use Query Monitor on each page load.
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: