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.
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)
Comments
Post a Comment