Plugin Support
Aamir
(@aamiribsf)
Hello @hasangundogdu,
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.
For any issues, feel free to reach out to us by opening a ticket from Cartflows site.
Best regards,
Yes, I noticed in the debug mode only and it`s totally fine! Thanks for the reply.
Plugin Support
Aamir
(@aamiribsf)
Hi @hasangundogdu,
You’re most welcome — I’m glad to hear that clarified things for you!
Yes, as long as it’s only showing up in debug mode and everything’s working fine on your site, there’s nothing to worry about. But still, it’s great that you’re keeping an eye on these details — always good practice!
If anything else comes up or you have more questions down the road, feel free to reach out anytime. We’re always here to help.
Best regards,