wp_taxonomies_create_category
Create a blog category with optional parent, slug, and description. Name is required; slug auto-generates from name if omitted.
Instructions
Create a new blog category. Supports hierarchy via parent (category id). The name is required; slug auto-generated from name if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | ||
| parent | No | ||
| description | No |