FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
entity-command/src/User_Term_Command.php at main · wp-cli/entity-command · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
wp-cli
/
entity-command
Public
Notifications
You must be signed in to change notification settings
Fork
97
Star
105
Code
Issues
3
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
entity-command
/
src
/
User_Term_Command.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (14 loc) · 294 Bytes
Breadcrumbs
entity-command
/
src
/
User_Term_Command.php
Copy path
File metadata and controls
16 lines (14 loc) · 294 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
use
WP_CLI
\
CommandWithTerms
;
/**
* Adds, updates, removes, and lists user terms.
*
* ## EXAMPLES
*
* # Set user terms
* $ wp user term set 123 test category
* Success: Set terms.
*/
class
User_Term_Command
extends
CommandWithTerms {
protected
$
obj_type
=
'
user
'
;
}
Back
|
FazBrowse Home
|
New Git URL