Switch the taxonomy for terms by a specific parent of another taxonomy.
- Backup!
- Activate the plugin and browse to yourdomain.com/wp-admin/tools.php?page=taxonomy-switcher
- Select your "From", and "To" Taxonomies.
Optional
- Select a parent term to limit terms to switch. Typing term names will do a live search of terms with the name you are typing AND possess child terms.
- OR add a comma-separated list of term ids to switch.
If parent isn't set, or you don't specify a comma-separated list of term ids to migrate, it will migrate all terms for that taxonomy to the new taxonomy.
Compatible with wp-cli. wp taxonomy-switcher for instructions.
- Updated: Confirmed 7.0 compatibility
- Updated: Confirmed 6.9 compatibility.
- Updated: Converted away from jQuery.
- Updated: Disable "parent" selector field if "from" taxonomy is not hierarchical.
- Updated: Limit taxonomy lists to public only.
- Updated: Confirmed WP 6.8 compatibility.
- Updated: Misc little code cleanups that should not affect anyone.
- Updated: Confirmed WP 6.5 compatibility.
- Updated: Confirmed WP 6.4 compatibility.
- Updated: Moved capability back to manage_options to sync with options page.
- Updated: Clear caches after conversion.
- Fixed: PHP8 deprecation notices.
- Updated: Confirmed WP 6.2.1 compatibility.
- Updated: changed required capability to manage_categories
- Compatibility confirmation for WordPress 5.4
- Update for xss vulnerability, https://make.wordpress.org/plugins/2015/04/20/fixing-add_query_arg-and-remove_query_arg-usage
- Add ability to switch comma-separated list of term IDs.
- Release