Skip to content

Instantly share code, notes, and snippets.

@yellowberri-snippets
Created September 25, 2014 19:44
Show Gist options
  • Save yellowberri-snippets/ddfa562f6595e29eb32c to your computer and use it in GitHub Desktop.
Save yellowberri-snippets/ddfa562f6595e29eb32c to your computer and use it in GitHub Desktop.
WP: SQL: Rename Custom Taxonomy
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