Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created June 18, 2015 08:16
Show Gist options
  • Save jennimckinnon/256955c0141ead6dc4f7 to your computer and use it in GitHub Desktop.
Save jennimckinnon/256955c0141ead6dc4f7 to your computer and use it in GitHub Desktop.
Delete all trackbacks in WordPress.
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