Skip to content

Instantly share code, notes, and snippets.

@pavlo-bondarchuk
Created May 22, 2020 09:41
Show Gist options
  • Select an option

  • Save pavlo-bondarchuk/571ed62596e4e701bdd980f49cd416b9 to your computer and use it in GitHub Desktop.

Select an option

Save pavlo-bondarchuk/571ed62596e4e701bdd980f49cd416b9 to your computer and use it in GitHub Desktop.
Enable ALL reviews on Woo products
UPDATE wp_posts SET comment_status = 'open' WHERE post_type = 'product';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment