mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-04-28 14:13:52 +08:00
13 lines
180 B
Markdown
13 lines
180 B
Markdown
# wp network
|
|
|
|
Perform network-wide operations.
|
|
|
|
### EXAMPLES
|
|
|
|
# Get a list of super-admins
|
|
$ wp network meta get 1 site_admins
|
|
array (
|
|
0 => 'supervisor',
|
|
)
|
|
|
|
|