-
Hello,
After updating to WordPress 6.7.0, I started getting repeated PHP notices in my error logs related to the Rank Math SEO plugin. Here is the notice:
[18-Apr-2025 XX:XX:XX UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ‘rank-math’ domain was triggered too early. This is usually an indicator that some code in the plugin is running before the init action. Translations should be loaded at the init action or later. This message was added in version 6.7.0.
It appears to be coming from the line where
load_plugin_textdomain()
is called before theinit
hook.Can you please confirm if this will be fixed in a future version? Or is there a recommended workaround?
Thank you!
The ticket ‘PHP Notice: _load_textdomain_just_in_time called too early – WordPress 6.7’ is closed to new replies.