| layout | default |
|---|---|
| title | wp plugin activate |
| display_global_parameters | true |
wp plugin activate - Activate a plugin.
Quick links: Github issues
[<plugin>...] : One or more plugins to activate.
[--all] : If set, all plugins will be activated.
[--network] : If set, the plugin will be activated for the entire multisite network.
# Activate plugin
$ wp plugin activate hello-dolly
Success: Plugin 'hello-dolly' activated.
# Activate plugin in entire multisite network
$ wp plugin activate hello-dolly --network
Success: Plugin 'hello-dolly' network activated.