wp_create_category
Create a new WordPress category by specifying a name, and optionally set slug, parent category, and description. Use dry-run to preview changes before applying.
Instructions
Create a WordPress category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | ||
| parent | No | ||
| dry_run | No | Preview changes without writing | |
| description | No |