Skip to content

Instantly share code, notes, and snippets.

@fgilio
Created March 2, 2016 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fgilio/e8d8d503521630e6922f to your computer and use it in GitHub Desktop.
Save fgilio/e8d8d503521630e6922f to your computer and use it in GitHub Desktop.
WordPress bulk disable comments
UPDATE wp_posts SET comment_status = 'closed', ping_status = 'closed';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment