Hi,
Since updating to WordPress 6.7+, I keep getting the following PHP notice in the debug.log file, repeated many times:
PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the woocommerce-jetpack 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 https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ for more information. (This message was added in version 6.7.0.)
From my investigation, this notice is triggered by Booster for WooCommerce.
The site is running fine functionally, but the notice keeps filling the log file and makes it hard to monitor other issues.
Questions:
1. Can you confirm if this is indeed coming from Booster for WooCommerce?
2. If so, can you adjust the translation loading to happen on init or later, to comply with WP 6.7+ changes?
3. Is there any workaround you recommend until it’s fixed in the plugin core?
Thanks in advance.