C
C
CREV2019-05-28 15:38:42
MySQL
CREV, 2019-05-28 15:38:42

How to bulk remove description in woocommerce product?

Guys, please tell me the solution, I uploaded goods from the supplier, but the description of the goods must be deleted so that there is an empty column, clean it completely, just delete everything from this column
, how to do it in bulk? Everything works on woocommerce

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WP Panda, 2019-05-28
@CREV

somehow so

UPDATE `wp_posts` SET `post_content` = '' WHERE post_type IN ('product','product_variation')

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question