Taxonomy Transfer
A WordPress plugin: Transfer terms from one taxonomy to another within a selected post type.
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/andrasguseo/taxonomy-transfer/releases/download/1.0.1/taxonomy-transfer-1.0.1.zipDeclares an update source (https://github.com/andrasguseo/taxonomy-transfer), so updates arrive through the plugin's own updater.
Readme
=== Taxonomy Transfer === Contributors: aguseo Donate link: Tags: taxonomy, category, tag Requires at least: 6.2 Tested up to: 6.4.2 Requires PHP: 7.4 Stable tag: 1.0.1 License: GPL version 3 or any later version License URI: https://www.gnu.org/licenses/gpl-3.0.html
Transfer terms from one taxonomy to another within a selected post type.
== Description ==
Transfer terms from one taxonomy to another within a selected post type.
== Installation ==
Install and activate like any other plugin!
- You can upload the plugin zip file via the Plugins ‣ Add New screen.
- You can unzip the plugin and then upload it to your plugin directory (typically wp-content/plugins) via FTP.
- Once installed or uploaded, visit the main plugin list and activate it.
== Frequently Asked Questions ==
== Changelog ==
= [1.0.1] 2024-01-22 =
- Tweak - Make plugin compatible with PHP 7.4
= [1.0.0] 2024-01-22 =
- Initial release
Read the full README on GitHub →