• Hi all, I’ve written a plugin that stores data using the post meta, saving the data to the meta key “chapters”. This data is an array of objects that gets serialized as it’s saved. This plugin also makes use of a custom post type. I’ve discovered that using the “quick edit” feature in the custom post type’s list and changing the value of the “allow comments” checkbox deletes my “chapters” post meta. The really weird thing is that my plugin creates and uses another meta key called “video-id” and that does not get wiped, just my “chapters” data gets wiped. Any idea why this would happen?

  • The topic ‘Allow Comments in Quick Edit clears my meta?’ is closed to new replies.