create_category
Adds a new category to a WordPress site with name and optional slug, parent ID, and description.
Instructions
Create a new category in WordPress site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | The slug for the category - default: None | |
| parent_id | No | The ID of the parent category - default: None | |
| description | No | The description of the category (accepts HTML tags) - default: None | |
| category_name | Yes | The name of the category |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||