Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UPDATE 'wp_posts' set 'post_type' = "revision"
- WHERE ('post_name' LIKE "%revision%" OR 'post_name' LIKE "%autosave%")
- AND 'post_status' = "inherit"
- AND 'post_parent' != 0
- AND 'post_type' != "revision"
Advertisement
Add Comment
Please, Sign In to add comment