Hello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
This issue occurs because WordPress v6.7 has changed how translations are loaded. Our developers are currently working on it and will release an update soon.
For now, you can disable the doing_it_wrong
notice by adding the following filter code on your website:
add_filter( 'doing_it_wrong_trigger_error', '__return_false' );
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Or, you can set the WP_DEBUG_DISPLAY
and WP_DEBUG_LOG
constants to false in the wp-config.php
file.
Hope that helps and please don’t hesitate to let us know if you have any other questions.
Thank you.
Hello,
As a follow-up:
We have released a Beta update that fixed the issue.

Please remove the filter and enable the Beta update by following this guide:
https://rankmath.com/kb/version-control/#beta-updates

If you are unable to see an update, please clear Rank Math’s transients from:
WP Dashboard > Rank Math > Status & Tools > Database Tools > Remove Rank Math Transients > Remove transients

Please clear the caches, server, and WordPress after updating.
Let us know how it goes.
Thank you.
Hello,
We are glad that helped.
Please feel free to reach out to us again in case you need any other assistance.
We are here to help.
Thank you.