ClassicPress / classicpress-seo

Classic SEO is the first SEO plugin built specifically to work with ClassicPress. A fork of Rank Math, the plugin contains many essential SEO tools to help optimize your website.
GNU General Public License v2.0
30 stars 10 forks source link

Fix metaboxes custom position #168

Closed xxsimoxx closed 6 months ago

xxsimoxx commented 10 months ago

Classic SEO prevents saving of metaboxes position. Also reactivating the plugin changes a custom order.

Removed the code that intentionally delete data about metaboxes, with the aim of leaving this to the plugin to manage (but it's not working).

Closes #167.