Skip to content

Instantly share code, notes, and snippets.

@kylelarkin
Created September 16, 2014 07:00
Show Gist options
  • Save kylelarkin/88175fcd92e32e8209f6 to your computer and use it in GitHub Desktop.
Save kylelarkin/88175fcd92e32e8209f6 to your computer and use it in GitHub Desktop.
Update ACF Field Name in Database
UPDATE `wp_postmeta` SET `meta_key` = 'NEW NAME' WHERE `meta_key` = 'OLD NAME'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment