{"id":4407,"date":"2018-02-21T18:59:52","date_gmt":"2018-02-21T18:59:52","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2018\/02\/21\/how-to-add-and-delete-menu-items-using-wp-cli\/"},"modified":"2021-11-19T01:39:15","modified_gmt":"2021-11-19T06:39:15","slug":"how-to-add-and-delete-menu-items-using-wp-cli","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/","title":{"rendered":"How to Add and Delete Menu Items Using WP-CLI"},"content":{"rendered":"<div class=\"in_this_tutorial\">\n<h2>In This Tutorial:<\/h2>\n<p> <a class=\"btn btn-primary\" href=\"#add-menu-item\" type=\"button\">Add Menu Item<\/a> <a class=\"btn btn-primary\" href=\"#delete-menu-item\" type=\"button\">Delete Menu Item<\/a> <\/p><\/div>\n<p><a href=\"https:\/\/www.inmotionhosting.com\/wordpress-hosting\" target=\"_blank\" title=\"Enter hover over text here.\" rel=\"noopener\">WordPress Hosting plans<\/a> offered by InMotion Hosting feature <abbr title=\"WordPress Command Line Interface\">WP-CLI<\/abbr>. This means that you can manipulate various aspects of your WordPress website, directly from the command line. In this guide, you will learn how to use the <em>wp menu<\/em> command to <strong>add and delete menu items, using WP-CLI<\/strong>.<\/p>\n<p> <a name=\"add-menu-item\"><\/a> <\/p>\n<h2>Create Menu Item<\/h2>\n<p> \tIf you would like to add an item to your menu, you can use the <em>wp menu item<\/em> sub-command. The following steps will guide you through the process of <strong>adding a custom URL, a Post, and a Page to your menu, using WP-CLI<\/strong>.  <\/p>\n<ol class=\"article_list\">\n<li>\n<p> <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\">SSH into your server<\/a> as the cPanel user that owns the website you would like to work with. \t\t<\/p>\n<\/li>\n<li>\n<p>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\">document root directory of your website<\/a>.<\/p>\n<p>Example: <span class=\"cli\">cd <b>public_html\/wp<\/b><\/span><\/p>\n<div class=\"alert alert-info\" role=\"alert\"><b>NOTE: <\/b>Be sure to replace <span class=\"cli\"><b>public_html\/wp<\/b><\/span> with the actual path to the document root directory of your website.<\/div>\n<\/li>\n<li>\n<p>Click on the button below for the menu item you would like to add, to expand and display the command used for each one.<\/p>\n<\/li>\n<p> <button class=\"btn btn-primary\" data-target=\"#post\" data-toggle=\"collapse\" type=\"button\">Post<\/button> <\/p>\n<div class=\"collapse out\" id=\"post\">\n<ol class=\"article_list\">\n<li>\n<p>Run the following command:<\/p>\n<p><span class=\"cli\">wp menu item add-post <i>primary-nav<\/i> <i>39<\/i><\/span><\/p>\n<div class=\"alert alert-info\" role=\"alert\"><b>NOTE: <\/b>Be sure to replace <span class=\"cli\"><i>primary-nav<\/i><\/span> with the actual <a href=\"\/support\/edu\/wordpress\/wp-cli\/how-to-find-details-of-menus-using-wp-cli\/#list-existing-menus\" target=\"_blank\" title=\"Click here to navigate to our guide and learn how to find the name of your menus.\" rel=\"noopener\">name of the menu<\/a> and <span class=\"cli\"><i>39<\/i><\/span> with the actual <a href=\"\/support\/edu\/wordpress\/wp-cli\/how-to-find-post-details-using-wp-cli\/#list-post-details\" target=\"_blank\" title=\"Click here to navigate to our guide and learn how to find details about your Posts using WP-CLI.\" rel=\"noopener\">post_id of the post<\/a> you would like to add to your menu.<\/div>\n<\/li>\n<p>The output will be similar to the example below:<\/p>\n<pre class=\"cli\">exampl3@example.com [~\/public_html\/wp]# wp menu item add-post primary-nav 39 <span style=\"color:lime\">Success:<\/span> Menu item added.<\/pre>\n<\/ol><\/div>\n<p> <button class=\"btn btn-primary\" data-target=\"#page\" data-toggle=\"collapse\" type=\"button\">Page<\/button> <\/p>\n<div class=\"collapse out\" id=\"page\">\n<ol class=\"article_list\">\n<li>\n<p>Run the following command:<\/p>\n<p><span class=\"cli\">wp menu item add-post <i>primary-nav<\/i> <i>42<\/i><\/span><\/p>\n<div class=\"alert alert-info\" role=\"alert\"><b>NOTE: <\/b>Be sure to replace <span class=\"cli\"><i>primary-nav<\/i><\/span> with the actual <a href=\"\/support\/edu\/wordpress\/wp-cli\/how-to-find-details-of-menus-using-wp-cli\/#list-existing-menus\" target=\"_blank\" title=\"Click here to navigate to our guide and learn how to find the name of your menus.\" rel=\"noopener\">name of the menu<\/a> and <span class=\"cli\"><i>42<\/i><\/span> with the actual <a href=\"\/support\/edu\/wordpress\/wp-cli\/how-to-find-post-details-using-wp-cli\/#list-page-details\" target=\"_blank\" title=\"Click here to navigate to our guide and learn how to find details about your Pages using WP-CLI.\" rel=\"noopener\">ID of the Page<\/a> you would like to add to your menu.<\/div>\n<p>The output will be similar to the example below:<\/p>\n<pre class=\"cli\">exampl3@example.com [~\/public_html\/wp]# wp menu item add-post primary-nav 42 <span style=\"color:lime\">Success:<\/span> Menu item added.<\/pre>\n<\/li>\n<\/ol><\/div>\n<p> <button class=\"btn btn-primary\" data-target=\"#custom-url\" data-toggle=\"collapse\" type=\"button\">Custom URL<\/button> <\/p>\n<div class=\"collapse out\" id=\"custom-url\">\n<ol class=\"article_list\">\n<li>\n<p>Run the following command:<\/p>\n<p><span class=\"cli\">wp menu item add-custom <i>primary-nav<\/i> <i>&#8220;My Custom Link&#8221;<\/i> <i>https:\/\/www.example.com<\/i><\/span><\/p>\n<div class=\"alert alert-info\" role=\"alert\"><b>NOTE: <\/b>Be sure to replace <span class=\"cli\"><i>primary-nav<\/i><\/span> with the actual <a href=\"\/support\/edu\/wordpress\/wp-cli\/how-to-find-details-of-menus-using-wp-cli\/#list-existing-menus\" target=\"_blank\" title=\"Click here to navigate to our guide and learn how to find the name of your menus.\" rel=\"noopener\">name of the menu<\/a>, <span class=\"cli\"><i>&#8220;My Custom Link&#8221;<\/i><\/span> with the actual title (enclosed in quotes <u>if there are blank spaces<\/u> in the title) and <span class=\"cli\"><i>https:\/\/www.example.com<\/i><\/span> with the actual URL you would like to add to your menu.<\/div>\n<p>The output will be similar to the example below:<\/p>\n<pre class=\"cli\">exampl3@example.com [~\/public_html\/wp]# wp menu item add-custom primary-nav \"My Custom Link\" https:\/\/www.example.com <span style=\"color:lime\">Success:<\/span> Menu item added.<\/pre>\n<\/li>\n<\/ol><\/div>\n<\/ol>\n<p> <a name=\"delete-menu-item\"><\/a> <\/p>\n<h2>Remove Menu Item<\/h2>\n<p><\/p>\n<ol class=\"article_list\">\n<li>\n<p> <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\">SSH into your server<\/a> as the cPanel user that owns the website you would like to work with. \t\t<\/p>\n<\/li>\n<li>\n<p>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\">document root directory of your website<\/a>.<\/p>\n<p>Example: <span class=\"cli\">cd <b>public_html\/wp<\/b><\/span><\/p>\n<div class=\"alert alert-info\" role=\"alert\"><b>NOTE: <\/b>Be sure to replace <span class=\"cli\"><b>public_html\/wp<\/b><\/span> with the actual path to the document root directory of your website.<\/div>\n<\/li>\n<li>\n<p>Run the following command:<\/p>\n<p> <span class=\"cli\">wp menu item delete <i>120<\/i><\/span> <\/p>\n<div class=\"alert alert-info\" role=\"alert\"><b>NOTE: <\/b>Be sure to replace <span class=\"cli\"><i>120<\/i><\/span> with the actual <a href=\"\/support\/edu\/wordpress\/wp-cli\/how-to-find-details-of-menus-using-wp-cli\/#list-menu-items\" target=\"_blank\" title=\"Click here to navigate to our guide and learn how to find the db_id of your menu item(s).\" rel=\"noopener\">db_id of the menu item<\/a> you would like to delete from your menu.<\/div>\n<pre class=\"cli\">exampl3@example.com [~\/public_html\/wp]# wp menu item delete 120 <span style=\"color:lime\">Success:<\/span> Menu item(s) deleted.<\/pre>\n<\/li>\n<\/ol>\n\n<p>Learn more about <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/\">WP-CLI<\/a>, the command-line interface for WordPress, and how to streamline your WordPress maintenance workflows!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In This Tutorial: Add Menu Item Delete Menu Item WordPress Hosting plans offered by InMotion Hosting feature WP-CLI. This means that you can manipulate various aspects of your WordPress website, directly from the command line. In this guide, you will learn how to use the wp menu command to add and delete menu items, using<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-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-4407","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>How to Add and Delete Menu Items Using WP-CLI | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"In this guide, you will learn how to add and delete menu items from a WordPress menu using WP-CLI command wp menu.\" \/>\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\/how-to-add-and-delete-menu-items-using-wp-cli\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Add and Delete Menu Items Using WP-CLI | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"In this guide, you will learn how to add and delete menu items from a WordPress menu using WP-CLI command wp menu.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-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=\"2018-02-21T18:59:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-19T06:39:15+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=\"3 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\/how-to-add-and-delete-menu-items-using-wp-cli\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b\"},\"headline\":\"How to Add and Delete Menu Items Using WP-CLI\",\"datePublished\":\"2018-02-21T18:59:52+00:00\",\"dateModified\":\"2021-11-19T06:39:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/\"},\"wordCount\":457,\"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\/how-to-add-and-delete-menu-items-using-wp-cli\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/\",\"name\":\"How to Add and Delete Menu Items Using WP-CLI | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2018-02-21T18:59:52+00:00\",\"dateModified\":\"2021-11-19T06:39:15+00:00\",\"description\":\"In this guide, you will learn how to add and delete menu items from a WordPress menu using WP-CLI command wp menu.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Add and Delete Menu Items 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":"How to Add and Delete Menu Items Using WP-CLI | InMotion Hosting","description":"In this guide, you will learn how to add and delete menu items from a WordPress menu using WP-CLI command wp menu.","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\/how-to-add-and-delete-menu-items-using-wp-cli\/","og_locale":"en_US","og_type":"article","og_title":"How to Add and Delete Menu Items Using WP-CLI | InMotion Hosting","og_description":"In this guide, you will learn how to add and delete menu items from a WordPress menu using WP-CLI command wp menu.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2018-02-21T18:59:52+00:00","article_modified_time":"2021-11-19T06:39:15+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":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5fbfcaed32a2672fb83ab312f5b7237b"},"headline":"How to Add and Delete Menu Items Using WP-CLI","datePublished":"2018-02-21T18:59:52+00:00","dateModified":"2021-11-19T06:39:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/"},"wordCount":457,"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\/how-to-add-and-delete-menu-items-using-wp-cli\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/","name":"How to Add and Delete Menu Items Using WP-CLI | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2018-02-21T18:59:52+00:00","dateModified":"2021-11-19T06:39:15+00:00","description":"In this guide, you will learn how to add and delete menu items from a WordPress menu using WP-CLI command wp menu.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/wp-cli\/how-to-add-and-delete-menu-items-using-wp-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Add and Delete Menu Items 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\/4407","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=4407"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4407\/revisions"}],"predecessor-version":[{"id":91959,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4407\/revisions\/91959"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4407"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4407"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}