{"id":3242,"date":"2020-01-03T12:12:46","date_gmt":"2020-01-03T06:42:46","guid":{"rendered":"https:\/\/www.concettolabs.com\/blog\/?p=3242"},"modified":"2020-01-03T12:12:46","modified_gmt":"2020-01-03T06:42:46","slug":"steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli","status":"publish","type":"post","link":"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/","title":{"rendered":"Steps To Bulk &#8211; Install Multiple Plug-ins In WordPress Using WP-CLI"},"content":{"rendered":"<p>If you are willing to know or keen to learn on how to update or bulk &#8211; install multiple WordPress plugins than not need to worry as I have prepared a stepwise detail using WP-CLI plugins that help to install multiple plugins from the command-line interface.<\/p>\n<p>Not just this, you will also learn to manage your plugins using WP-CLI, like activate\/deactivate plugins, uninstall plugin and updating plugin in bulk &#8211; all these without login into your WordPress site!<\/p>\n<p>Sounds Amazing Right\u2026!!! Let\u2019s Get Started Than\u2026<\/p>\n<h2><span class=\"ez-toc-section\" id=\"WP-CLI_In_WordPress\"><\/span>WP-CLI In WordPress :<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>A free open-source project that enables users to manage WordPress site using CLI &#8211; Command Line Interface.<\/p>\n<p>WordPress Command Line Interface extremely simplifies a lot of WordPress tasks that include installing WordPress, updating WordPress core, installing WordPress plugin, updating WordPress plugins, themes and backing up the database.<\/p>\n<p>All these can be done just by typing a few commands in the terminal without even login into your WordPress site. These save a lot of time, number of errors and increase productivity as well.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Lets_Have_A_Look_On_Installation_Of_WP-CLI_In_A_Cloud_Server_Or_WordPress_VPS\"><\/span>Let\u2019s Have A Look On Installation Of WP-CLI In A Cloud Server Or WordPress VPS :<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>For the users who have already installed WordPress in a VPS &#8211; Virtual Private Server, cloud hosting provider like Google cloud and amazon web services or managed cloud host like CloudWays can install <a href=\"https:\/\/wp-cli.org\/\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>WP-CLI<\/strong><\/span><\/a> in their server.<\/p>\n<p><strong>Step 01:<\/strong> With the root server login into your server.<\/p>\n<p><strong>Step 02:<\/strong> Using wget or cURL download the wp-cli.phar .<\/p>\n<p>curl -O https:\/\/raw.githubusercontent.com\/wp-cli\/builds\/gh-pages\/phar\/wp-cli.phar<\/p>\n<p><strong>Step 03:<\/strong> Verify the Phar file is working or not and type the following command<br \/>\nPHP wp-cli.phar &#8211;info<\/p>\n<p><strong>Step 04:<\/strong> To execute WP-CLI form the command line, only require to type wp.<br \/>\nchmod +x wp-cli.phar<\/p>\n<p>Before that make the WP-CLI file executable and move the same to the bin directory.<br \/>\nsudo mv wp-cli.phar \/usr\/local\/bin\/wp<\/p>\n<p><strong>Step 05:<\/strong> Test if WP-CLI is properly executable :<\/p>\n<ul>\n<li>Change the working directory to the WordPress installation directory :<br \/>\ncd \/var\/www\/html<\/li>\n<li>Now, run the following command to view the output :<br \/>\nwp &#8211;info<\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"Steps_To_Bulk_Install_Multiple_Plugins_In_WordPress_Using_WP-CLI\"><\/span>Steps To Bulk Install Multiple Plugins In WordPress Using WP-CLI :<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>This helps you to learn bulk-installation of multiple plugins in WordPress from the command line interface with WP-CLI.<\/p>\n<h4><strong>Basic Plugin Command :<\/strong><\/h4>\n<p>wp plugin install PLUGIN_NAME<\/p>\n<h4><strong>Code for Installing Multiple Plugins :<\/strong><\/h4>\n<p>wp plugin install PLUGIN_1_NAME PLUGIN_2_NAME PLUGIN_3_NAME<\/p>\n<p>Now, all you have to do is to figure out the correct name of the plugin. Just go through plugin\u2019s URL and copy the URL slug:<\/p>\n<ul>\n<li>Jetpack Plugin URL: https:\/\/wordpress.org\/plugins\/jetpack\/<\/li>\n<li>Yoast SEO Plugin URL: https:\/\/wordpress.org\/plugins\/wordpress-seo\/<\/li>\n<li>Single Plugin Installation Code: wp plugin install jetpack<\/li>\n<li>For both JetPack and Yoast SEO: wp plugin install jetpack WordPress-SEO<\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"Now_Lets_Move_on_to_the_next_step_for_installing_and_activating_multiple_plugins_in_WordPress_using_WP-CLI\"><\/span>Now, Let\u2019s Move on to the next step for installing and activating multiple plugins in WordPress using WP-CLI :<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The plugins installed by WP-CLI are not activated by default. Hence to activate the same plugin after installation appends -activate to the command.<\/p>\n<p>Plugins that do not require onboarding configuration like Insert Headers and Footers can be activated from the command line mentioned as below :<\/p>\n<p>wp plugin install insert-headers-and-footers &#8211;activate<\/p>\n<p>Management of Bulk-Plugin in WP-CLI WordPress :<\/p>\n<p>WP-CLI can be used for a number of plugin management tasks such as multiple plugin activation, multiple plugin deactivation, update and delete plugins in bulk, and listing the number of installed plugins.<\/p>\n<p>To view the installed plugins in your WordPress site that include vital information like the current version, plugin\u2019s activation status, and updates if any.<\/p>\n<p>wp plugin list<\/p>\n<p>Multiple Plugins Bulk Update using WP-CLI :<\/p>\n<p>The beneficial application of WP-CLI can bulk-update all installed plugins under WordPress site and the command for the same is:<\/p>\n<p>wp plugin update &#8211;all<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Wrap_Up\"><\/span>Wrap Up:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3247 size-full\" title=\"WordPress WP-CLI\" src=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/imageedit_13_6505333495-1-2.jpg\" alt=\"WordPress WP-CLI\" width=\"750\" height=\"368\" srcset=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/imageedit_13_6505333495-1-2.jpg 750w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/imageedit_13_6505333495-1-2-300x147.jpg 300w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/p>\n<p>WP-CLI is a great tool that enables the user to execute a huge number of maintenance tasks very efficiently from the command line that saves a lot of valuable time.<\/p>\n<p>I hope this article will be beneficial to all who are learning WordPress using WP-CLI. Being in the IT market our company concetto labs &#8211; The <strong>WordPress Development Company<\/strong> helps you with different hiring programs if you are wishing to build your next tech with WordPress.<\/p>\n<p>We have a unique expert team from which you can <a href=\"https:\/\/www.concettolabs.com\/blog\/how-to-choose-a-good-wordpress-development-company\/\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>hire WordPress Programmer<\/strong><\/span><\/a> that deliver the best possible solution as per your expectation. Why wait than from the best development company Concetto Labs, <a href=\"https:\/\/www.concettolabs.com\/hire-wordpress-developer\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>Hire WordPress Developer<\/strong><\/span><\/a> Today\u2026!!!<\/p>\n<p>Steps To Bulk \u2013 Install Multiple Plug-ins In WordPress Using WP-CLI<\/p>\n<style>\n      .blog-block-8{background:url(https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/05\/blog-script-81-2.png);background-position: center;background-repeat: no-repeat;background-size: cover;width: 100%;margin: 0 auto;padding: 70px 60px;display: inline-block;} .blog-block-8 h3{font-size: 45px;line-height: 60px!important;color:#000; text-align: left;text-transform: capitalize;margin-top:0;margin-bottom:10px;font-weight:700; }  .blog-block-8 p{color:#000!important;font-size:18px;margin: 0 auto 20px;text-align:left;} .blog-block-8 h3 span{color: #00d78f;    font-weight: 900;font-size: 72px;} .blog-block-8 .blog-btn-8{background: #00d78f; border-radius: 0; font-size: 18px; padding: 10px 20px;border:0;color:#fff!important;} blog-block-8 .bg-animated span{color:#fff!important;}<\/style>\n<div class=\"blog-block-8\">\n<div class=\"col-md-6\"><\/div>\n<div class=\"col-md-6\">\n<h3><span class=\"ez-toc-section\" id=\"Steps_To_Bulk_%E2%80%93_Install_Multiple_Plug-ins_In_WordPress_Using_WP-CLI\"><\/span>Steps To Bulk \u2013 Install Multiple Plug-ins In WordPress Using WP-CLI<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><a class=\"btn blog-btn-8\" href=\"https:\/\/www.concettolabs.com\/inquiry\" target=\"_blank\" rel=\"nofollow\">Contact Us<\/a><\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_71 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#WP-CLI_In_WordPress\" title=\"WP-CLI In WordPress :\">WP-CLI In WordPress :<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#Lets_Have_A_Look_On_Installation_Of_WP-CLI_In_A_Cloud_Server_Or_WordPress_VPS\" title=\"Let\u2019s Have A Look On Installation Of WP-CLI In A Cloud Server Or WordPress VPS :\">Let\u2019s Have A Look On Installation Of WP-CLI In A Cloud Server Or WordPress VPS :<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#Steps_To_Bulk_Install_Multiple_Plugins_In_WordPress_Using_WP-CLI\" title=\"Steps To Bulk Install Multiple Plugins In WordPress Using WP-CLI :\">Steps To Bulk Install Multiple Plugins In WordPress Using WP-CLI :<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#Now_Lets_Move_on_to_the_next_step_for_installing_and_activating_multiple_plugins_in_WordPress_using_WP-CLI\" title=\"Now, Let\u2019s Move on to the next step for installing and activating multiple plugins in WordPress using WP-CLI :\">Now, Let\u2019s Move on to the next step for installing and activating multiple plugins in WordPress using WP-CLI :<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#Wrap_Up\" title=\"Wrap Up:\">Wrap Up:<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#Steps_To_Bulk_%E2%80%93_Install_Multiple_Plug-ins_In_WordPress_Using_WP-CLI\" title=\"Steps To Bulk \u2013 Install Multiple Plug-ins In WordPress Using WP-CLI\">Steps To Bulk \u2013 Install Multiple Plug-ins In WordPress Using WP-CLI<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n","protected":false},"excerpt":{"rendered":"<p>If you are willing to know or keen to learn on how to update or bulk &#8211; install multiple WordPress plugins than not need to worry as I have prepared a stepwise detail using WP-CLI plugins that help to install multiple plugins from the command-line interface. Not just this, you will also learn to manage [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3245,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[191],"tags":[311,1691,1224,1248,1692,1693],"class_list":["post-3242","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-best-apps","tag-hire-wordpress-developer","tag-hire-wordpress-programmer","tag-wordpress-development-company","tag-wordpress-plugins","tag-wordpress-using-wp-cli","tag-wp-cli"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Steps To Bulk Install Multiple Plug-ins In WordPress Using WP-CLI<\/title>\n<meta name=\"description\" content=\"Learn how to wordpress pluging install, activate, deactivate, delete, update and list all installed plugins in your WordPress site using WP-CLI.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Steps To Bulk Install Multiple Plug-ins In WordPress Using WP-CLI\" \/>\n<meta property=\"og:description\" content=\"Learn how to wordpress pluging install, activate, deactivate, delete, update and list all installed plugins in your WordPress site using WP-CLI.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/\" \/>\n<meta property=\"og:site_name\" content=\"concettolabs\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/manish.patel.710\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-03T06:42:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/wordpress-cli-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"946\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Manish Patel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/withmanish\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Manish Patel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/\",\"name\":\"Steps To Bulk Install Multiple Plug-ins In WordPress Using WP-CLI\",\"isPartOf\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/wordpress-cli-2.jpg\",\"datePublished\":\"2020-01-03T06:42:46+00:00\",\"dateModified\":\"2020-01-03T06:42:46+00:00\",\"author\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9\"},\"description\":\"Learn how to wordpress pluging install, activate, deactivate, delete, update and list all installed plugins in your WordPress site using WP-CLI.\",\"breadcrumb\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#primaryimage\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/wordpress-cli-2.jpg\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/wordpress-cli-2.jpg\",\"width\":946,\"height\":540,\"caption\":\"Steps To Bulk \u2013 Install Multiple Plug-ins In WordPress Using WP-CLI\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Steps To Bulk &#8211; Install Multiple Plug-ins In WordPress Using WP-CLI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\",\"name\":\"concettolabs\",\"description\":\"Just another WordPress site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9\",\"name\":\"Manish Patel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png\",\"caption\":\"Manish Patel\"},\"description\":\"Manish Patel is a Co-Founder of Concetto Labs, a leading mobile app development company specialized in android and iOS app development. We provide a one-stop solution for all IT related services.\",\"sameAs\":[\"https:\/\/websitelaravel.concettoprojects.com\/blog\",\"https:\/\/www.facebook.com\/manish.patel.710\",\"https:\/\/in.linkedin.com\/in\/manishpatel2509\",\"https:\/\/x.com\/https:\/\/twitter.com\/withmanish\"],\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/author\/manish-patel\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Steps To Bulk Install Multiple Plug-ins In WordPress Using WP-CLI","description":"Learn how to wordpress pluging install, activate, deactivate, delete, update and list all installed plugins in your WordPress site using WP-CLI.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Steps To Bulk Install Multiple Plug-ins In WordPress Using WP-CLI","og_description":"Learn how to wordpress pluging install, activate, deactivate, delete, update and list all installed plugins in your WordPress site using WP-CLI.","og_url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/","og_site_name":"concettolabs","article_author":"https:\/\/www.facebook.com\/manish.patel.710","article_published_time":"2020-01-03T06:42:46+00:00","og_image":[{"width":946,"height":540,"url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/wordpress-cli-2.jpg","type":"image\/jpeg"}],"author":"Manish Patel","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/withmanish","twitter_misc":{"Written by":"Manish Patel","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/","name":"Steps To Bulk Install Multiple Plug-ins In WordPress Using WP-CLI","isPartOf":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#primaryimage"},"image":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/wordpress-cli-2.jpg","datePublished":"2020-01-03T06:42:46+00:00","dateModified":"2020-01-03T06:42:46+00:00","author":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9"},"description":"Learn how to wordpress pluging install, activate, deactivate, delete, update and list all installed plugins in your WordPress site using WP-CLI.","breadcrumb":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#primaryimage","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/wordpress-cli-2.jpg","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/01\/wordpress-cli-2.jpg","width":946,"height":540,"caption":"Steps To Bulk \u2013 Install Multiple Plug-ins In WordPress Using WP-CLI"},{"@type":"BreadcrumbList","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/steps-to-bulk-install-multiple-plug-ins-in-wordpress-using-wp-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/websitelaravel.concettoprojects.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Steps To Bulk &#8211; Install Multiple Plug-ins In WordPress Using WP-CLI"}]},{"@type":"WebSite","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/","name":"concettolabs","description":"Just another WordPress site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/websitelaravel.concettoprojects.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9","name":"Manish Patel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png","caption":"Manish Patel"},"description":"Manish Patel is a Co-Founder of Concetto Labs, a leading mobile app development company specialized in android and iOS app development. We provide a one-stop solution for all IT related services.","sameAs":["https:\/\/websitelaravel.concettoprojects.com\/blog","https:\/\/www.facebook.com\/manish.patel.710","https:\/\/in.linkedin.com\/in\/manishpatel2509","https:\/\/x.com\/https:\/\/twitter.com\/withmanish"],"url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/author\/manish-patel\/"}]}},"_links":{"self":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/3242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/comments?post=3242"}],"version-history":[{"count":0,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/3242\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media\/3245"}],"wp:attachment":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media?parent=3242"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/categories?post=3242"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/tags?post=3242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}