Created
September 16, 2014 07:00
-
-
Save kylelarkin/88175fcd92e32e8209f6 to your computer and use it in GitHub Desktop.
Update ACF Field Name in Database
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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