{"id":4256,"date":"2017-12-13T21:30:10","date_gmt":"2017-12-13T21:30:10","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2017\/12\/13\/install-a-plugin-using-wp-cli\/"},"modified":"2021-08-16T22:29:42","modified_gmt":"2021-08-17T02:29:42","slug":"install-a-plugin-using-wp-cli","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/","title":{"rendered":"Install a Plugin Using WP-CLI"},"content":{"rendered":"<p>One of the many benefits of our <a href=\"https:\/\/www.inmotionhosting.com\/wordpress-hosting\" target=\"_blank\" title=\"Click here to navigate to our WordPress Hosting page to view available plans and features.\" rel=\"noopener noreferrer\">WordPress Hosting plans<\/a> is the ability to easily manage WordPress from the command line, using <strong>WP-CLI<\/strong>, or <em>WordPress Command Line Interface<\/em>. With WP-CLI, you can use the <i>plugin<\/i> command to manage your WordPress plugins from the command line. This command can be used to <strong>install<\/strong>, remove, update, and <strong>activate<\/strong>\/deactivate a plugin. In this guide, you will learn how to install and activate a WordPress plugin using the WP-CLI plugin command.<\/p>\n<h2>Install and Activate a Plugin<\/h2>\n<ol class=\"article_list\">\n<li> <a href=\"\/support\/server\/ssh\/shared-reseller-ssh\/\" target=\"_blank\" title=\"Click here to navigate to our guide and learn how to use SSH to connect to your server\" rel=\"noopener noreferrer\">SSH into your server<\/a> as the cPanel user that owns the website you would like to install the plugin on.<\/li>\n<li>Use the <span class=\"cli\">cd<\/span> command to switch to the <a href=\"\/support\/website\/where-to-upload-files\/\" target=\"_blank\" title=\"Click here to navigate to our guide and learn how to find the document root directory of your website.\" rel=\"noopener noreferrer\">document root directory of your website<\/a>.Example: <span class=\"cli\">cd <b>public_html\/my_website<\/b><\/span>\n<div class=\"alert alert-info\" role=\"alert\"><b>NOTE: <\/b>Be sure to replace <span class=\"cli\"><b>public_html\/my_website<\/b><\/span> with the actual path to the document root directory of your website.<\/div>\n<\/li>\n<li>There are multiple ways to obtain\/install a plugin. Click on one of the buttons below to expand the specific instructions for the method that works best for you. If you are unsure of which option to choose, we recommend expanding the <i>Slug<\/i> option to follow those instructions.<\/li>\n<div class=\"wrap-collabsible\"> <input class=\"toggle\" id=\"slug\" type=\"checkbox\"> <label class=\"lbl-toggle btn btn-success\" for=\"slug\">Slug<\/label><\/p>\n<div class=\"collapsible-content\">\n<div class=\"content-inner\">\n<ol class=\"article_list\">\n<li>Run the <i>search<\/i> subcommand below to find the plugin. <i>Be sure to replace our example search term <span class=\"cli\"><b>gutenberg<\/b><\/span> with the name of the plugin you are searching for:<\/i><span class=\"cli\">wp plugin search <b>gutenberg<\/b><\/span><\/li>\n<li>Note the <i>slug<\/i> value that appears next to the plugin you would like to install. You will use this as an option in the command to install and activate the plugin you searched for.The table below is an example of the output (search results) from running the command above:<br \/>\n<table class=\"table table-striped table-bordered\">\n<tbody>\n<tr>\n<th>Name<\/th>\n<th>Slug<\/th>\n<th>Rating<\/th>\n<\/tr>\n<tr>\n<td style=\"text-align:left\">Gutenberg<\/td>\n<td style=\"text-align:left\"><b>gutenberg<\/b><\/td>\n<td style=\"text-align:left\">52<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\">Media Cleaner<\/td>\n<td style=\"text-align:left\">media-cleaner<\/td>\n<td style=\"text-align:left\">92<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\">WP Multilang<\/td>\n<td style=\"text-align:left\">wp-multilang<\/td>\n<td style=\"text-align:left\">100<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\">Custom CSS \u2013 Whole Site and Per Post<\/td>\n<td style=\"text-align:left\">custom-css-whole-site-and-per-post<\/td>\n<td style=\"text-align:left\">68<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\">Easy WP Meta Description<\/td>\n<td style=\"text-align:left\">easy-wp-meta-description<\/td>\n<td style=\"text-align:left\">100<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\">Classic Editor<\/td>\n<td style=\"text-align:left\">classic-editor<\/td>\n<td style=\"text-align:left\">98<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\">Gutenberg Custom Fields<\/td>\n<td style=\"text-align:left\">gutenberg-custom-fields<\/td>\n<td style=\"text-align:left\">0<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\">Blocks for Gutenberg<\/td>\n<td style=\"text-align:left\">blocks-for-gutenberg<\/td>\n<td style=\"text-align:left\">0<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\">Japanese font for gutenberg<\/td>\n<td style=\"text-align:left\">japanese-font-gutenberg<\/td>\n<td style=\"text-align:left\">0<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align:left\">Dismiss try Gutenberg Nag Dashboard Widget<\/td>\n<td style=\"text-align:left\">dismiss-gutenberg-nag<\/td>\n<td style=\"text-align:left\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/li>\n<li>Run the following command replacing <span class=\"cli\"><b>gutenberg<\/b><\/span> with the <i>slug<\/i> value you found in your search:<span class=\"cli\">wp plugin install <b>gutenberg<\/b> &#8211;activate<\/span><\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"wrap-collabsible\"> <input class=\"toggle\" id=\"zip-file\" type=\"checkbox\"> <label class=\"lbl-toggle btn btn-success\" for=\"zip-file\">Zip File<\/label><\/p>\n<div class=\"collapsible-content\">\n<div class=\"content-inner\">\n<ol class=\"article_list\">\n<li>                        Download the plugin&#8217;s ZIP file and <a href=\"\/support\/website\/how-to-upload-files-server\/\" target=\"_blank\" title=\"Click here to navigate to our guide and learn how to upload a file to your server\" rel=\"noopener noreferrer\">upload it to your server<\/a>. <i>Be sure to upload just the ZIP file to the <a href=\"\/support\/website\/where-to-upload-files\/\" target=\"_blank\" title=\"Click here to navigate to our guide and learn how to find your website's document root directory\" rel=\"noopener noreferrer\">document root directory of your website<\/a>.<\/i><\/li>\n<li>                       Run the following command, replacing <span class=\"cli\"><b>gutenberg.1.9.1.zip<\/b><\/span> with your plugin&#8217;s actual file name:<span class=\"cli\">wp plugin install <b>gutenberg.1.9.1.zip<\/b> &#8211;activate<\/span><\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"wrap-collabsible\"> <input class=\"toggle\" id=\"url-download\" type=\"checkbox\"> <label class=\"lbl-toggle btn btn-success\" for=\"url-download\">Download Link<\/label><\/p>\n<div class=\"collapsible-content\">\n<div class=\"content-inner\">\n<ol class=\"article_list\">\n<li>                        Locate the URL to download the plugin you wish to install.<\/li>\n<li>                       Run the following command, replacing <span class=\"cli\"><b>https:\/\/downloads.wordpress.org\/plugin\/gutenberg.1.9.1.zip<\/b><\/span> with your plugin&#8217;s actual download link:<span class=\"cli\">wp plugin install <b>https:\/\/downloads.wordpress.org\/plugin\/gutenberg.1.9.1.zip<\/b> &#8211;activate<\/span><\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<\/ol>\n<p>Congratulations! Now you know how to use WP-CLI to install a WordPress plugin from the command line. Want to learn more about WP-CLI? Be sure to check out our <a href=\"\/support\/edu\/wordpress\/wp-cli\/\" target=\"_blank\" title=\"Click here to navigate to our guide and learn more about WP-CLI in our Support Center Education Channel\" rel=\"noopener noreferrer\">WP-CLI Education Channel<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the many benefits of our WordPress Hosting plans is the ability to easily manage WordPress from the command line, using WP-CLI, or WordPress Command Line Interface. With WP-CLI, you can use the plugin command to manage your WordPress plugins from the command line. This command can be used to install, remove, update, and<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/\"> Read More ><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4374],"tags":[],"class_list":["post-4256","post","type-post","status-publish","format-standard","hentry","category-wp-cli"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install a Plugin for your WordPress Site Using WP-CLI<\/title>\n<meta name=\"description\" content=\"In this guide, you will learn how to install and activate a WordPress plugin using the WP-CLI plugin command.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install a Plugin for your WordPress Site Using WP-CLI\" \/>\n<meta property=\"og:description\" content=\"In this guide, you will learn how to install and activate a WordPress plugin using the WP-CLI plugin command.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-12-13T21:30:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T02:29:42+00:00\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\"},\"headline\":\"Install a Plugin Using WP-CLI\",\"datePublished\":\"2017-12-13T21:30:10+00:00\",\"dateModified\":\"2021-08-17T02:29:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/\"},\"wordCount\":472,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"WP-CLI\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/\",\"name\":\"Install a Plugin for your WordPress Site Using WP-CLI\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2017-12-13T21:30:10+00:00\",\"dateModified\":\"2021-08-17T02:29:42+00:00\",\"description\":\"In this guide, you will learn how to install and activate a WordPress plugin using the WP-CLI plugin command.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install a Plugin Using WP-CLI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/john-paul\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install a Plugin for your WordPress Site Using WP-CLI","description":"In this guide, you will learn how to install and activate a WordPress plugin using the WP-CLI plugin command.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/","og_locale":"en_US","og_type":"article","og_title":"Install a Plugin for your WordPress Site Using WP-CLI","og_description":"In this guide, you will learn how to install and activate a WordPress plugin using the WP-CLI plugin command.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2017-12-13T21:30:10+00:00","article_modified_time":"2021-08-17T02:29:42+00:00","author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b"},"headline":"Install a Plugin Using WP-CLI","datePublished":"2017-12-13T21:30:10+00:00","dateModified":"2021-08-17T02:29:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/"},"wordCount":472,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["WP-CLI"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/","name":"Install a Plugin for your WordPress Site Using WP-CLI","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2017-12-13T21:30:10+00:00","dateModified":"2021-08-17T02:29:42+00:00","description":"In this guide, you will learn how to install and activate a WordPress plugin using the WP-CLI plugin command.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/install-a-plugin-using-wp-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Install a Plugin Using WP-CLI"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/john-paul\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4374,"name":"WP-CLI","slug":"wp-cli","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=4256"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4256\/revisions"}],"predecessor-version":[{"id":83814,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4256\/revisions\/83814"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}