Too early translations loading bug
-
When debugging is enabled (WP_DEBUG), this error appears:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the secure-custom-fields 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.)
A lot of plugins faced this problem after the release of WordPress 6.7.0. This is most likely due to a call to the
get_plugin_data
function insecure-custom-fields.php
on line 791 (in version 6.4.1-beta6).
- You must be logged in to reply to this topic.