wordpress - How to delete dupliacte Woocommerce Products -


i have wordpress installation imported products in large database of products. installation supposed have 4436 products in it, reason when imported, made duplicates of of products.

what can remove duplicates? have names , skus.

http://update.pinkdynamite.co.uk/

if imported products duplicated, should find root cause. normal import, should not duplicated.

my suggestion remove products , import again.

to delete products @ 1 time, can use wp-cli.

wp post delete $(wp post list --post_type='product' --format=ids) 

https://wp-cli.org/commands/post/delete/


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -