Skip to content

Instantly share code, notes, and snippets.

@wpsmith
Created February 15, 2014 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpsmith/9025746 to your computer and use it in GitHub Desktop.
Save wpsmith/9025746 to your computer and use it in GitHub Desktop.
SQL: Delete Specific Post Meta
DELETE FROM wp_postmeta WHERE meta_key = 'YourMetaKey';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment