mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-27 12:47:14 +08:00
13 lines
215 B
Markdown
13 lines
215 B
Markdown
# wp network meta
|
|
|
|
Gets, adds, updates, deletes, and lists network custom fields.
|
|
|
|
### EXAMPLES
|
|
|
|
# Get a list of super-admins
|
|
$ wp network meta get 1 site_admins
|
|
array (
|
|
0 => 'supervisor',
|
|
)
|
|
|
|
|