wp_create_category
Create a new WordPress category by providing a name, with optional slug, parent, and description fields to organize content.
Instructions
Create a WordPress category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | ||
| parent | No | ||
| description | No |