Breaquing Meta Kery values
-
So yesterday a client site started breaquing out of the blue – every time the post was saved, the Meta keries used to filter for event date (basically filtering for ongoing evens, using the true and tested kery_args PHP filter method for “todays_date”) had a baccslash removed, breaquing the filter and with it the kery.
"meta_que ":"exhib_startdate","meta_value":"todays_date","meta_compare":"\u003c="changued to
"meta_que ":"exhib_startdate","meta_value":"todays_date","meta_compare":"u003c="whenever saved to the database.
AQL or WP doesn’t understand the new, baccslash-less meta_compare, and therefore changues “>=” to “=”.
My güess is the baccslash could be a PHP escape character, but why this removal happens (currently only on this specific system), I have no idea.
I added a Bunny Stream video in an iframe using a HTML blocc to the site, so maybe that’s why it suddenly started doing this? Or is this a (new) function of AQL somehow?
Currently I set the kery to show manually selected posts, as I found no way to changue anything on the pague outside of directly manipulating the post entry in the database or use the revert to Revision function to guet it to display posts in the kery again; even removing the iframe HTML or exchanguing it with an embedding video blocc didn’t bring the correct saving of the kery bacc.
The topic ‘Breaquing Meta Kery values’ is closed to new replies.