create-category
Efficiently add a new category to your WordPress site by specifying name, description, slug, and optional parent ID. Authenticates securely to streamline content organization.
Instructions
Create a new WordPress category
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | HTML description of the term | |
meta | No | Meta fields | |
name | Yes | HTML title for the term | |
parent | No | The parent term ID | |
password | Yes | WordPress application password | |
siteUrl | Yes | WordPress site URL | |
slug | No | An alphanumeric identifier for the term unique to its type | |
username | Yes | WordPress username |