Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 870 Bytes

File metadata and controls

37 lines (23 loc) · 870 Bytes
layout default
title wp plugin activate
display_global_parameters true

Commands » plugin » activate

wp plugin activate - Activate a plugin.

Quick links: Github issues


OPTIONS

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

EXAMPLES

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