Answers for "wordpress using wp-cli commands inside a plugin"

PHP
1

wp cli plugin install

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

Browse Popular Code Answers by Language