WordPress 7 Broke my Supsystic tables
-
Afte update to wordpress 7 my Tables by Supsystic broken.
All tables using CONCATENATE function >> href=’;B2;F2;’ replaced the ‘ with &apo; >> href=&apo;;B2;F2;&apo; and broke tha table.
How can fix this issue ? -
Before Update to WordPress 7
=IF(G2="";"-";CONCATENATE('<A href="'';G2;''" target="_blank">Download Link</A>'))Aftrer Update
=IF(G2="";"-";CONCATENATE('<A href="';G2;'" target="_blank">Download Link</A>')) -
We can’t help with third party plugins. It’s up tot plugin developers to keep their plugin compatible with the current wordpress version. You must contact their support.
-
Can I rollback from WordPress 7 back to 6.9.4 version using Core Rollback or WP Downgrade | Specific Core Version plugin ?
-
-
OK … The issue solved by restore the last date Backup on my server and now I am back to 6.9.4 version.
Also disabled the auto-update on WordPress to prevent the Update again. -
by preventing an update you are takkngva great risk … hackers know the security flats in older versions … but hey it’s your site