Hey @backups,
What version of Yoast SEO are you running? I had a check in Yoast SEO 21.4 (released today) and did not find that jQuery change function once in the JS file you are linking. Just answered the same in your GitHub issue.
I am running the latest version of yoast wand wp 6.4 trunk. But even if i revert to wp 6.3.2 i get the warning message.
You need to turn script_debug ON in the wp-config.php
define( ‘WP_DEBUG’, true );
define(‘SCRIPT_DEBUG’, true);
you will see the warning when you edit a page
Did you check post-edit.js? the code is there multileple times
Thank you for your reply @neo2k23,
I was able to see it in my console as well with this new information. I’ll take it from GitHub and talk to our product team. I’ll close the forum topic here. Thank you for letting us know.
