Plugin Support
Aamir
(@aamiribsf)
Hello @alshizawi,
Thank you for reaching out and reporting this issue.
The notice you’re seeing:
Notice: Function _load_textdomain_just_in_time was called incorrectly
was introduced in WordPress 6.7.0. With this update, WordPress expects all translation files to be loaded at or after the init action, and not before.
We want to reassure you that:
- This is a non-fatal notice, meaning it does not affect the functionality of your site.
- Your checkout and CartFlows funnels should continue working as expected.
- The notice is appearing due to a change introduced by WordPress, and our development team is already reviewing the code to ensure full compatibility with these new standards.
If you’d prefer to hide such notices on your live site, you can do so by updating your wp-config.php file like this:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
This keeps the notices logged for internal use without displaying them on your site’s frontend or admin area.
Please give this a try and let us know if you need any help or further guidance!
Best regards,
Hello @aamiribsf ,
Thank you for your reply ,
I am aware of the reason of this issue and the change of wordpress as well as the reason of why i am seeing this error ..
And yes , i know it wont affect the functionality of the website .
Once again , thank you
Plugin Support
Aamir
(@aamiribsf)
Hi @alshizawi,
You’re very welcome — I’m glad the explanation helped, and I appreciate your understanding!
If you have any other questions or run into anything else, feel free to reach out anytime. We’re always here to help.
Best regards,