{"id":3237,"date":"2014-05-08T22:49:06","date_gmt":"2014-05-08T22:49:06","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2014\/05\/08\/view-and-clear-php-apc-cache\/"},"modified":"2021-08-16T23:01:39","modified_gmt":"2021-08-17T03:01:39","slug":"view-and-clear-php-apc-cache","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/","title":{"rendered":"View and clear PHP APC cache"},"content":{"rendered":"<p class=\"alert alert-danger\">Of note, APC has been discontinued. Instead, check out the <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/wordpress-hosting\/nginx-cache-manager\/\">NGINX Cache Manager<\/a> for your PHP caching needs.\u00a0<\/p>\n\n\n\n<p>After you <a href=\"\/support\/website\/install-apc-for-php\/\" target=\"_blank\" rel=\"noopener\">install APC for PHP<\/a> to <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/speed-up-php-with-apc\/\" target=\"_blank\" rel=\"noopener\">speed up PHP<\/a>, you\u2019ll want to be able to take a look at the APC dashboard, and to clear the APC cache at times.<\/p>\n\n\n\n<p>In this guide I\u2019ll cover how you can copy over the <span style=\"color: red;\">apc.php<\/span> script included with APC to your website so you can see what the cache looks like. I\u2019ll also show you how you can either manually clear the cache, or setup a cronjob to automatically clear the APC cache on a consistent basis.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Setup APC dashboard to view cache stats<\/h2>\n\n\n\n<p>If you followed along and have already <a href=\"\/support\/website\/install-apc-for-php\/\" target=\"_blank\" rel=\"noopener\">installed APC<\/a>, you should still have the <span style=\"color: red;\">apc.php<\/span> file on your server. Using the steps below I\u2019ll show you how to copy over this file to your website so you can view the APC cache.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>If you\u2019re not already, <a href=\"\/support\/server\/ssh\/how-to-login-ssh\/\" target=\"_blank\" rel=\"noopener\">login to your server with SSH<\/a>.<\/li><li>In this example my cPanel username is <span style=\"color: red;\">userna5<\/span>. Use this command to copy the <span style=\"color: red;\">apc.php<\/span> file from your APC source files to your document root:\n<p class=\"cli\">cp -frp \/usr\/local\/src\/APC-3.1.13\/apc.php ~userna5\/public_html\/<\/p>\n<\/li><li>Now you\u2019ll want to change the ownership of the <span style=\"color: red;\">apc.php<\/span> script to your cPanel user with this code:\n<p class=\"cli\">chown userna5.userna5 ~userna5\/public_html\/apc.php<\/p>\n<\/li><li>Now visit <span style=\"color: red;\">https:\/\/example.com\/apc.php<\/span> to access the dashboard. <a href=\"\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png\" rel=\"lightbox-0\"><img decoding=\"async\" class=\"std_ss\" style=\"margin-bottom: 15px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png\" alt=\"apc dashboard showing cached files and hits\"><\/a>\n<div style=\"clear: both;\">\u00a0<\/div>\n<p>You can see the number of <strong>Cached files<\/strong> and also how many <strong>Hits<\/strong> they\u2019ve had, that is to say how many times APC saved your server from having to load up everything for a PHP script and instead grabbed some content from the APC cache.<\/p>\n<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Clear APC Cache<\/h2>\n\n\n\n<p>To clear the APC cache it\u2019s quite simple, just make a script called something like <span style=\"color: red;\">apc_clear.php<\/span> and then add the following code to it. Make sure to replace <span style=\"color: red;\">123.123.123.123<\/span> with your own local IP address:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted cli\">&lt;?php if (in_array(@$_SERVER['REMOTE_ADDR'], array('127.0.0.1', '::1', '<span style=\"color: red;\">123.123.123.123<\/span>'))) {   apc_clear_cache();   apc_clear_cache('user');   apc_clear_cache('opcode');   echo json_encode(array('success' =&gt; true)); } else {   die('No valid IP'); } ?&gt;<\/pre>\n\n\n\n<p>When you access this script directly at <span style=\"color: red;\">https:\/\/example.com\/apc_clear.php<\/span> from your approved IP address, or if you <a href=\"\/support\/\" target=\"_blank\" rel=\"noopener\">setup a cronjob<\/a> which will connect with the server\u2019s local IP, it will clear out the APC cache for you.<\/p>\n\n\n\n<p>This is an example cronjob setup for clearing the APC cache every 6 hours:<\/p>\n\n\n\n<p class=\"cli\">0 *\/6 * * * \/usr\/bin\/curl \u2013user-agent Cron https:\/\/example.com\/apc_clear.php<\/p>\n\n\n\n<p>You should now understand how to review how effective your APC cache is working for your site, and also how to clear out that cache in the event that pages aren\u2019t showing updates because they are still cached.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Of note, APC has been discontinued. Instead, check out the NGINX Cache Manager for your PHP caching needs.\u00a0 After you install APC for PHP to speed up PHP, you\u2019ll want to be able to take a look at the APC dashboard, and to clear the APC cache at times. In this guide I\u2019ll cover how<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"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":[4288],"tags":[],"class_list":["post-3237","post","type-post","status-publish","format-standard","hentry","category-website"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>View and clear PHP APC cache | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"After you install APC for PHP to speed up PHP, you&#039;ll want to be able to take a look at the APC dashboard, and to clear the APC cache at times.\" \/>\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\/website\/view-and-clear-php-apc-cache\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"View and clear PHP APC cache | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"After you install APC for PHP to speed up PHP, you&#039;ll want to be able to take a look at the APC dashboard, and to clear the APC cache at times.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/\" \/>\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-05-08T22:49:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:01:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png\" \/>\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\/website\/view-and-clear-php-apc-cache\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"View and clear PHP APC cache\",\"datePublished\":\"2014-05-08T22:49:06+00:00\",\"dateModified\":\"2021-08-17T03:01:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/\"},\"wordCount\":443,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png\",\"articleSection\":[\"Website\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/\",\"name\":\"View and clear PHP APC cache | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png\",\"datePublished\":\"2014-05-08T22:49:06+00:00\",\"dateModified\":\"2021-08-17T03:01:39+00:00\",\"description\":\"After you install APC for PHP to speed up PHP, you'll want to be able to take a look at the APC dashboard, and to clear the APC cache at times.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"View and clear PHP APC cache\"}]},{\"@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\/f9a4fc454cd1df128ee8e898d30d4644\",\"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\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"View and clear PHP APC cache | InMotion Hosting","description":"After you install APC for PHP to speed up PHP, you'll want to be able to take a look at the APC dashboard, and to clear the APC cache at times.","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\/website\/view-and-clear-php-apc-cache\/","og_locale":"en_US","og_type":"article","og_title":"View and clear PHP APC cache | InMotion Hosting","og_description":"After you install APC for PHP to speed up PHP, you'll want to be able to take a look at the APC dashboard, and to clear the APC cache at times.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2014-05-08T22:49:06+00:00","article_modified_time":"2021-08-17T03:01:39+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png","type":"","width":"","height":""}],"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\/website\/view-and-clear-php-apc-cache\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"View and clear PHP APC cache","datePublished":"2014-05-08T22:49:06+00:00","dateModified":"2021-08-17T03:01:39+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/"},"wordCount":443,"commentCount":2,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png","articleSection":["Website"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/","name":"View and clear PHP APC cache | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png","datePublished":"2014-05-08T22:49:06+00:00","dateModified":"2021-08-17T03:01:39+00:00","description":"After you install APC for PHP to speed up PHP, you'll want to be able to take a look at the APC dashboard, and to clear the APC cache at times.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/php\/apc\/apc-dashboard-showing-cached-files-and-hits.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/view-and-clear-php-apc-cache\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"View and clear PHP APC cache"}]},{"@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\/f9a4fc454cd1df128ee8e898d30d4644","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\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4288,"name":"Website","slug":"website","link":"https:\/\/www.inmotionhosting.com\/support\/website\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3237","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\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=3237"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3237\/revisions"}],"predecessor-version":[{"id":84271,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3237\/revisions\/84271"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=3237"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=3237"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=3237"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}