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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -