• Resolved Kimber254

    (@kimber254)


    Hi, I have a couple of questions:

    1. When I delete a custom post type using the Custom Post Type UI plugin, does that also delete the content (posts) created under that post type?
    2. If the content is not deleted, I assume it’s still in the database. How can I locate that content in phpMyAdmin — specifically, how do I identify which entries in the wp_posts table belong to a particular custom post type?

    Thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    1. We do not delete the content created in the content types, that includes post content, meta data, and terms for the taxonomies
    2. You’d want to use the post_type column in wp_posts or you could temporarily re-register a post type with the same slug, to get the admin UI back in place and delete in bulk that way.
Viewing 1 replies (of 1 total)

The topic ‘CPT Content in phpMyAdmin?’ is closed to new replies.