Created
September 25, 2014 19:44
-
-
Save yellowberri-snippets/ddfa562f6595e29eb32c to your computer and use it in GitHub Desktop.
WP: SQL: Rename Custom Taxonomy
This file contains hidden or 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_term_taxonomy SQL Row>` | |
SET `taxonomy` = '<new taxonomy name>' | |
WHERE `taxonomy` = '<old taxonomy name>'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment