Skip to content

Instantly share code, notes, and snippets.

@shrinkray
Created April 10, 2020 23:03
Show Gist options
  • Save shrinkray/c498a53e2db45b66f68908fcc1d124e9 to your computer and use it in GitHub Desktop.
Save shrinkray/c498a53e2db45b66f68908fcc1d124e9 to your computer and use it in GitHub Desktop.
Remove ACF Field Post Meta from Database
DELETE FROM wp_postmeta
WHERE wp_postmeta.meta_key = "custom_field_name"
OR wp_postmeta.meta_key = "_custom_field_name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment