https://github.com/webdevstudios/taxonomy-switcher
Taxonomy Switcher
https://github.com/webdevstudios/taxonomy-switcher
Last synced: about 1 year ago
JSON representation
Taxonomy Switcher
- Host: GitHub
- URL: https://github.com/webdevstudios/taxonomy-switcher
- Owner: WebDevStudios
- License: gpl-2.0
- Created: 2014-01-29T23:02:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T19:08:08.000Z (over 1 year ago)
- Last Synced: 2025-03-27T13:45:09.721Z (about 1 year ago)
- Language: PHP
- Size: 361 KB
- Stars: 29
- Watchers: 48
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Taxonomy Switcher
======================
Switch the taxonomy for terms by a specific parent of another taxonomy.
## Instructions
1. **Backup!**
2. Activate the plugin and browse to yourdomain.com/wp-admin/tools.php?page=taxonomy-switcher
3. Select your "From", and "To" Taxonomies.
**Optional**
1. 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.
2. OR add a comma-separated list of term ids to switch.
## Notes
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](http://wp-cli.org/). `wp taxonomy-switcher` for instructions.
## Changelog
#### 1.0.3
* Compatibility confirmation for WordPress 5.4
#### 1.0.2
* Update for xss vulnerability, https://make.wordpress.org/plugins/2015/04/20/fixing-add_query_arg-and-remove_query_arg-usage
#### 1.0.1
* Add ability to switch comma-separated list of term IDs.
#### 1.0.0
* Release