mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-05-08 07:31:12 +08:00
215 B
215 B
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',
)