Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created June 18, 2015 10:20
Show Gist options
  • Save jennimckinnon/f1cf8498d10392540b1a to your computer and use it in GitHub Desktop.
Save jennimckinnon/f1cf8498d10392540b1a to your computer and use it in GitHub Desktop.
Delete all stray and junk comments in WordPress Multisite.
SELECT * FROM wp_#_commentmeta WHERE comment_id
NOT IN (
SELECT comment_id
FROM wp_#_comments
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment