mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-04-26 11:28:58 +08:00
13 lines
167 B
Markdown
13 lines
167 B
Markdown
# wp user term
|
|
|
|
Adds, updates, removes, and lists user terms.
|
|
|
|
### EXAMPLES
|
|
|
|
# Set user terms
|
|
$ wp user term set 123 test category
|
|
Success: Set terms.
|
|
|
|
|
|
|
|
|