wp_add_category
Create a new WordPress category by providing a name and optional slug, parent, or description to organize posts and improve site structure.
Instructions
Add a new WordPress category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | ||
| parent | No | ||
| description | No |