Skip to content

Instantly share code, notes, and snippets.

@tomfordweb
Created December 2, 2017 18:09
Show Gist options
  • Save tomfordweb/04d5dd1b1a4d06f62bde6f9a2a6eb5c8 to your computer and use it in GitHub Desktop.
Save tomfordweb/04d5dd1b1a4d06f62bde6f9a2a6eb5c8 to your computer and use it in GitHub Desktop.
WordPress orphaned post meta
DELETE pm
FROM wp_postmeta pm
LEFT JOIN wp_posts wp ON wp.ID = pm.post_id
WHERE wp.ID IS NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment