merge-categories
Combine two WordPress categories by moving all posts from a source category into a target category, with optional source deletion.
Instructions
Merge two categories by moving all posts from source to target category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleteSource | No | Delete source category after merging | |
| sourceCategoryId | Yes | ID of the category to merge from | |
| targetCategoryId | Yes | ID of the category to merge into |