Rank Math Issue
-
I noticed that the (local) link checker does not fix links inside the rank-math FAQ block. It updates the link in the html, but apparently not in the JSON block.
On a test site, I tried the cloud version, and it got worse. Seems like the update does not encode the data correctly, resulting in:
u003ca href=u0022https://example.com/in-faq-blocku0022u003eFaq Anchoru003c/au003e
The link is the original link in the faq block not the replacement. So it does not replace in the json data neither.
This is on wordpress 6.7.1 with only the TwentyFour theme, Rank Math, the link checker and the dasboard plugin active. all up to data.
I did dig into the code a bit, the legacy version uses an object for wp_update_post (which is passed thru wp_slash ) and the cloud uses an array (which is not slashed).
The topic ‘Rank Math Issue’ is closed to new replies.