Hover Broken from WordPress 6.0
-
The [hover] shortcode stops working on wordpress 6.0.2
Double Ampersands within script tags are being encoded to & since WordPress 6.0.2
e.g.if ((a._map != null && a._map._leaflet_id == map_id) || a._map == null ) {
gets output as
if ((a._map != null && a._map._leaflet_id == map_id) ||
a._map == null ) {
(i.e. with the second amersand sent as hash-zero-three-eight-semicolon)
and generates a console error within the browser.`I would log it with the wordpress folk but cannot work out how. You may have a way of changing the logic to avoid the AND test and thus have a work around but I suspect you are not alone here.
I note previously in earlier versions of wordpress / gutenberg this was an issue that got resolved about version 5.7
- The topic ‘Hover Broken from WordPress 6.0’ is closed to new replies.