Unlock Hidden Powers: Transform Your WordPress Workflow with WP-CLI Today!

Unlock Hidden Powers: Transform Your WordPress Workflow with WP-CLI Today!

To install one or more plugins from the WordPress.org Plugin Directory, use the following command appended by the name of the plugin(s):

wp plugin install <plugin-name>

For example, to install BuddyPress and Contact Form 7, enter:

wp plugin install bbpress contact-form-7
WP-CLI-wp-plugin-update-specific

When entering the name of the plugin, you must use the plugin’s slug in the WordPress.org Plugin Directory. 

To find the plugin’s slug, visit the plugin page in the WordPress.org Plugin Directory and locate the slug in the URL:

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38