Answers for "wp cli install command"

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

Code answers related to "wp cli install command"

Browse Popular Code Answers by Language