Advertisement
gabrielfuentes

Delete all products different than draft and published

Jul 19th, 2021
792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.08 KB | None | 0 0
  1. DELETE FROM `wp_posts` WHERE `post_status` = 'importing' AND `post_type` = 'product';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement