wp network <command>

Perform network-wide operations.

EXAMPLES EXAMPLES

# Get a list of super-admins
$ wp network meta get 1 site_admins
array (
  0 => 'supervisor',
)

Top ↑

SUBCOMMANDS SUBCOMMANDS

Name Description
wp network meta

Gets, adds, updates, deletes, and lists network custom fields.

Command documentation is regenerated at every release. To add or update an example, please submit a pull request against the corresponding part of the codebase.