wp_create_taxonomy_term
Creates a new taxonomy term in WordPress, specifying name, slug, parent, and description to organize content by category or custom taxonomy.
Instructions
Create a term in a taxonomy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | ||
| parent | No | Parent term ID (categories only) | |
| taxonomy | Yes | ||
| description | No |