Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created June 18, 2015 08:13
Show Gist options
  • Save jennimckinnon/854fc8f1dd0a2d177ac9 to your computer and use it in GitHub Desktop.
Save jennimckinnon/854fc8f1dd0a2d177ac9 to your computer and use it in GitHub Desktop.
Delete all pingbacks in WordPress Multisite.
DELETE FROM wp_#_comments WHERE comment_type = 'pingback';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment