php - Delete all posts and associated meta data that are not custom post types -


i want remove posts not custom post types wp_posts table, , along delete related wp_posts_meta , wp_comments , wp_comments_meta , related posts.

i'm not sure syntax use.

i have development site has old data , i'd import post data live site before launch. i'm finding on stackoverflow deleting things authors , related posts. want delete every author can run import everything.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -