wp term create <taxonomy> <term>
Creates a new term
Arguments
Name | Description |
---|---|
taxonomy | Taxonomy for the new term |
term | A name for the new term |
Options
Name | Description |
---|---|
--slug <slug> | A unique slug for the new term. Defaults to sanitized version of name |
--description <description> | A description for the new term |
--parent <term-id> | A parent for the new term |
--porcelain | Output just the new term id |