Answers for "install wp cli"

PHP
1

wp cli plugin install

// --activate is optional
wp plugin install <PLUGIN-SLUG> --activate
Posted by: Guest on November-29-2020
0

install wp from wp-cli

wp core install --url=yourwebsite.com --title="Your Blog Title" --admin_name=wordpress_admin --admin_password=4Long&Strong1 [email protected]
Posted by: Guest on September-13-2021
0

Download wordpress from wp-cli

wp core download
Posted by: Guest on September-13-2021

Browse Popular Code Answers by Language