Skip to content

Instantly share code, notes, and snippets.

@tonejito
Created September 4, 2018 23:26
Show Gist options
  • Save tonejito/3d9cd49c9188b4e316f59f220ac29a04 to your computer and use it in GitHub Desktop.
Save tonejito/3d9cd49c9188b4e316f59f220ac29a04 to your computer and use it in GitHub Desktop.
Disable comments and pingbacks on a @WordPress site
-- https://perishablepress.com/wordpress-discussion-management-enable-or-disable-comments-and-pingbacks-via-sql/
UPDATE 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