Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Last active September 26, 2021 20:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennimckinnon/14c465793a39a5077bee to your computer and use it in GitHub Desktop.
Save jennimckinnon/14c465793a39a5077bee to your computer and use it in GitHub Desktop.
Deleting post meta in WordPress Multisite.
DELETE from wp_#_postmeta WHERE meta_key = 'your-meta-key';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment