_load_textdomain_just_in_time error in WooCommerce Min/Max Quantities Plugin
-
Hi,
I’ve been experiencing the _doing_it_wrong() notices on my site after updating to WordPress 6.7. The error message is as follows:PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
woocommerce-min-max-quantities
domain was triggered too early.This issue occurs because translations are being loaded too early, which is flagged as a problem in WordPress 6.7 (due to changes in how translations are handled). It shows up when WP_DEBUG is enabled and happens on admin pages.
I noticed that this issue was fixed in the Yoast SEO plugin, as they addressed translation loading at the correct time. However, I’m still encountering the same problem with the WooCommerce Min/Max Quantities plugin, which seems to trigger translations before the
init
hook.Has this issue been fixed in the latest version of WooCommerce Min/Max Quantities?
If so, can someone confirm which version includes the fix?Thank you for your help!
- You must be logged in to reply to this topic.