How to delete woocommerce products that belongs to specific category from the database
I need a MySql query statement to delete all woocommerce products that belong to a category or do not belong to another, similar to this: DELETE FROM wp_postmeta WHERE post_id IN (SELECT ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID…