Skip to content

Instantly share code, notes, and snippets.

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