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 - Autoloader issue not returning Class -

ruby - Prevent Custom Validation Error on Association -

c++ - Why am i getting wrong values when performing PE base relocation? -