{"id":3461,"date":"2014-12-01T04:52:15","date_gmt":"2014-12-01T09:52:15","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2014\/12\/01\/version-info-prestashop16\/"},"modified":"2021-08-16T22:56:06","modified_gmt":"2021-08-17T02:56:06","slug":"version-info-prestashop","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/","title":{"rendered":"Finding your Version Information in PrestaShop 1.6"},"content":{"rendered":"<p>If you are troubleshooting a problem or planning modifications for your <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/manual-install-3\/\">PrestaShop 1.6 <\/a>installation, then you should know your version information. Luckily, finding the version and server information is a simple task. This tutorial walks you through finding the version that you are using.<\/p>\n<h2>Finding Your Version in the PrestaShop Back Office<\/h2>\n<p>PrestaShop has several locations where you can see the version of the software loaded to your server.  In order to use the following steps, you will need to be logged into the <i>PrestaShop 1.6 Administrator<\/i>.<\/p>\n<h3>Version Information in the PrestaShop Administrator<\/h3>\n<ol class=\"article_list\">\n<li><a href=\"\/support\/security\/admin-login\/\">Login the PrestaShop 1.6 Administrator<\/a><\/li>\n<li> <a href=\"\/support\/images\/stories\/ps16-version-info\/left-hand-menu.png\" rel=\"lightbox-0\"><img decoding=\"async\" align=\"right\" alt=\"Click on any item menu at left\" class=\"std_ss\" src=\"\/support\/images\/stories\/ps16-version-info\/left-hand-menu.png\" style=\"float: right; margin: 0px 0px 15px 15px;\" width=\"100\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p>Hover your mouse over any item in the menu to left of the dashboard. Click on any menu item.<\/p>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li> <a href=\"\/support\/images\/stories\/ps16-version-info\/backoffice-footer.png\" rel=\"lightbox-0\"><img decoding=\"async\" align=\"right\" alt=\"Click on any item menu at left\" class=\"std_ss\" src=\"\/support\/images\/stories\/ps16-version-info\/backoffice-footer.png\" style=\"float: right; margin: 0px 0px 15px 15px;\" width=\"100\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p>Scroll to the bottom of the screen.  You will see an overlay with a version number and a load time (in seconds) in the bottom left hand side of the screen.<\/p>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<\/ol>\n<p class=\"alert alert-info\"> The footer will only will only be displayed when you are at the bottom of the window that you are using to view the Administrator. This is a responsive part of the new design and will not appear if it cannot fit within your window.<\/p>\n<h3>Locating your PrestaShop Version with the Install Files<\/h3>\n<p>The version of PrestaShop can also be found in the installation files, specifically the <i>settings.inc.php<\/i> file. The following steps show where to find the file and its contents. Note that these steps are based on an account within InMotion Hosting using the <a href=\"\/support\/edu\/cpanel\/using-file-manager-in-cpanel\/\">cPanel File Manager<\/a>.<\/p>\n<ol class=\"article_list\">\n<li><a href=\"\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\">Login to the cPanel<\/a><\/li>\n<li>Look through the cPanel icons until you find the icon named <b>File Manager<\/b>.  Click on it to open the <b>File Manager<\/b>.<\/li>\n<li>After click on the <b>File Manager<\/b> icon, you will be asked for which directory to open.  Choose the option that best works for you. If you have multiple domains on your installation, then you may want to select the <b>Document Root<\/b> option and pick the domain in question. Confirm that you wish to \u201cShow Hidden Files\u201d clicking on the checkbox, then click on <b>Go<\/b>. You will need to be able to locate of your PrestaShop installation files. The default <b>root directory<\/b> for websites in InMotion Hosting is the <b>public_html<\/b> folder.<\/li>\n<li>Scroll through your PrestaShop installation files, then click on the <b>config<\/b> folder.  This folder will contain a file named <b>settings.inc.php<\/b>. Click on the file to select it, then select an edit option at the top of the file manager. The file that appears will  be similar to the one below:\n<pre>  define('_DB_SERVER_', 'localhost'); define('_DB_NAME_', 'example_ps1603'); define('_DB_USER_', 'example_ps1603u'); define('_DB_PASSWD_', 'password'); define('_DB_PREFIX_', 'ps_'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_PS_CACHING_SYSTEM_', 'CacheMemcache'); define('_PS_CACHE_ENABLED_', '0'); define('_MEDIA_SERVER_1_', ''); define('_MEDIA_SERVER_2_', ''); define('_MEDIA_SERVER_3_', ''); define('_COOKIE_KEY_', '7nzYtLkq1Hdkfjeigjeigjeiejrih33VQOrQ7BMiNVW14STKffLEuh9ZI0m6Vf'); define('_COOKIE_IV_', 'AD394DH'); define('_PS_CREATION_DATE_', '2014-02-06'); <b>define('_PS_VERSION_', '1.6.0.8');<\/b> define('_RIJNDAEL_KEY_', 's4ABEDDekej3940FD'); define('_RIJNDAEL_IV_', '1dkerj30D33=='); define('_PS_DIRECTORY_', '\/..\/..\/');<\/pre>\n<\/li>\n<li>Look through the file until you find <b>PS_VERSION<\/b>.  You will see the version of PrestaShop to the right.<\/li>\n<\/ol>\n<h2>Locating the Configuration Information<\/h2>\n<p>The server information, database information, mail configuration, your browser information and store information can be found in the <b>Configuration Information<\/b> section of the PrestaShop Administrator.  If you are troubleshooting your installation, this information should always be provided to technical support.  One of the options provides details on errors to help determine problems with the PrestaShop installation.  The <i>List of Changed Files<\/i> section helps to determine the files that have been modified from the original installation files.<\/p>\n<ol class=\"article_list\">\n<li><a href=\"\/support\/security\/admin-login\/\">Login the PrestaShop 1.6 Administrator<\/a><\/li>\n<li> <a href=\"\/support\/images\/stories\/ps16-version-info\/menu-config.png\" rel=\"lightbox-0\"><img decoding=\"async\" align=\"right\" alt=\"Menu for configuration info\" class=\"std_ss\" src=\"\/support\/images\/stories\/ps16-version-info\/menu-config.png\" style=\"float: right; margin: 0px 0px 15px 15px;\" width=\"100\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p>Hover over <b>Advanced Parameters<\/b> in the menu at the left.<\/p>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li> <a href=\"\/support\/images\/stories\/ps16-version-info\/advanced-config-info.png\" rel=\"lightbox-0\"><img decoding=\"async\" align=\"right\" alt=\"Configuration info\" class=\"std_ss\" src=\"\/support\/images\/stories\/ps16-version-info\/advanced-config-info.png\" style=\"float: right; margin: 0px 0px 15px 15px;\" width=\"100\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p>Click on the option that appears in the pop-up menu labeled <b>Configuration Information<\/b>.<\/p>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<\/ol>\n<p class=\"alert alert-danger\">If you use the <a href=\"https:\/\/forge.prestashop.com\/secure\/Dashboard.jspa\" rel=\"noopener noreferrer\" target=\"_blank\">PrestaShop bug tracker<\/a> or <a href=\"https:\/\/www.prestashop.com\/forums\/\" rel=\"noopener noreferrer\" target=\"_blank\">forums<\/a>, you should include the configuration information in your post.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are troubleshooting a problem or planning modifications for your PrestaShop 1.6 installation, then you should know your version information. Luckily, finding the version and server information is a simple task. This tutorial walks you through finding the version that you are using. Finding Your Version in the PrestaShop Back Office PrestaShop has several<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/\"> Read More ><\/a><\/p>\n","protected":false},"author":7,"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":[92],"tags":[4391],"class_list":["post-3461","post","type-post","status-publish","format-standard","hentry","category-prestashop","tag-prestashop-v1-6"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Finding your Version Information in PrestaShop 1.6 | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to find the version information for PrestaShop 1.6\" \/>\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\/prestashop\/version-info-prestashop\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Finding your Version Information in PrestaShop 1.6 | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to find the version information for PrestaShop 1.6\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/\" \/>\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=\"2014-12-01T09:52:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T02:56:06+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\/prestashop\/version-info-prestashop\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\"},\"headline\":\"Finding your Version Information in PrestaShop 1.6\",\"datePublished\":\"2014-12-01T09:52:15+00:00\",\"dateModified\":\"2021-08-17T02:56:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/\"},\"wordCount\":563,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"keywords\":[\"Prestashop 1v.6\"],\"articleSection\":[\"Prestashop\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/\",\"name\":\"Finding your Version Information in PrestaShop 1.6 | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2014-12-01T09:52:15+00:00\",\"dateModified\":\"2021-08-17T02:56:06+00:00\",\"description\":\"Learn how to find the version information for PrestaShop 1.6\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Finding your Version Information in PrestaShop 1.6\"}]},{\"@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\/8d626175dd3b70ee90a172bdb09a460b\",\"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\/arn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Finding your Version Information in PrestaShop 1.6 | InMotion Hosting","description":"Learn how to find the version information for PrestaShop 1.6","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\/prestashop\/version-info-prestashop\/","og_locale":"en_US","og_type":"article","og_title":"Finding your Version Information in PrestaShop 1.6 | InMotion Hosting","og_description":"Learn how to find the version information for PrestaShop 1.6","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2014-12-01T09:52:15+00:00","article_modified_time":"2021-08-17T02:56:06+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\/prestashop\/version-info-prestashop\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b"},"headline":"Finding your Version Information in PrestaShop 1.6","datePublished":"2014-12-01T09:52:15+00:00","dateModified":"2021-08-17T02:56:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/"},"wordCount":563,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"keywords":["Prestashop 1v.6"],"articleSection":["Prestashop"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/","name":"Finding your Version Information in PrestaShop 1.6 | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2014-12-01T09:52:15+00:00","dateModified":"2021-08-17T02:56:06+00:00","description":"Learn how to find the version information for PrestaShop 1.6","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/prestashop\/version-info-prestashop\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Finding your Version Information in PrestaShop 1.6"}]},{"@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\/8d626175dd3b70ee90a172bdb09a460b","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\/arn\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3461","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\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=3461"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3461\/revisions"}],"predecessor-version":[{"id":84158,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3461\/revisions\/84158"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=3461"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=3461"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=3461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}