This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp post list --field=ID --post_type=product --posts_per_page=2000 | xargs wp post delete --force | |
Delete from trash: | |
wp post list --field=ID --post_type=product --post_status=trash --posts_per_page=2000 | xargs wp post delete --force |
OlderNewer