Answers for "wp cli install and activate plugin"

PHP
0

wp cli command activate plugin

# Activate plugin
$ wp plugin activate hello
Plugin 'hello' activated.
Success: Activated 1 of 1 plugins.

# Activate plugin in entire multisite network
$ wp plugin activate hello --network
Plugin 'hello' network activated.
Success: Network activated 1 of 1 plugins.
Posted by: Guest on February-04-2021
0

remote download wordpress command .zip

wget http://wordpress.org/latest.tar.gz
tar xfz latest.tar.gz
Posted by: Guest on September-04-2020

Browse Popular Code Answers by Language