wp network <command>

Perform network-wide operations.

In this article

Examples

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

Subcommands

NameDescription
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.