{"id":590,"date":"2013-02-26T16:02:47","date_gmt":"2013-02-26T16:02:47","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/02\/26\/cron-job-email\/"},"modified":"2021-08-16T23:21:14","modified_gmt":"2021-08-17T03:21:14","slug":"cron-job-email","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/","title":{"rendered":"Why is my cron job not emailing me?"},"content":{"rendered":"<p>Many of our account holders use cron jobs to perform tasks at specific times. These jobs run at schedulee intervals set within the cron job tool in the cPanel. One of the features of this tool allows you to set an email address so that you receive an email every time the cron job runs. This allows you to keep track of your cron jobs and ensure they are running correctly and as scheduled. However, sometimes we receive support questions that some cron jobs are running but the email is not being received. Follow below as we explain how to ensure you get an email for every cron job.<\/p>\n<h2>Force an email after cron job is run<\/h2>\n<ol class=\"article_list\">\n<li><a href=\"\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\" target=\"_blank\" rel=\"noopener\">Log into your cPanel<\/a>.<\/li>\n<li>From within the main cPanel area, scroll down and find the <em>Advanced<\/em> category. Click on the <strong>cronjobs<\/strong> icon found in that category.<\/li>\n<li>Now you are in the cron job setup screen. At the top is a <strong>Cron Email<\/strong> area where you can enter the email address you want to receive notice every time a cron job runs. Double-click on the word <strong>more<\/strong> at the end of the description to open the field to add your email address. Enter your email address here if you do not see an email address next to <em>Current email:<br><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"726\" height=\"375\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png\" class=\"optimized-lcp-image\" alt=\"cron notification email setting\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png 726w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email-300x155.png 300w\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p><\/p><\/em><\/li>\n<li>If you already have an email address in that section and are not receiving an email for one or more of your cron jobs, this is because that the job in question is not producing output. We want to force some sort of output, so from the cron job screen, look at the path of the cron job in question so you know where the script lives. Write down the path if necessary.<br><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_saved-cron-job.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" alt=\"path to cron job\" class=\"std_ss size-full wp-image-5998\" height=\"125\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_saved-cron-job.png\" width=\"965\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_saved-cron-job.png 965w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_saved-cron-job-300x39.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_saved-cron-job-768x99.png 768w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/a>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li>Now that we know where the script is, go back to the main cPanel page and open up the <strong>File Manager<\/strong> from within the <em>Files<\/em> category.<\/li>\n<li>Once in the <em>File Manager<\/em>, navigate to your cron script. In our sample, it is simply under the public_html\/test folder and is named testcron.php&gt; Locate your file and highlight it, then click on the Edit icon found in the upper toolbar of the screen. Another popup will appear, simply click on the Edit button there as well to continue to the editor.<br><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_file-manager-edit-cron.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" alt=\"edit cdon script dile\" class=\"std_ss size-full wp-image-5999\" height=\"293\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_file-manager-edit-cron.png\" width=\"755\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_file-manager-edit-cron.png 755w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_file-manager-edit-cron-300x116.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/a>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li>Now that you are in the editor, we want to add a single line to ensure some output is produced. This can be anything from as simple as a space to a sentence. Below is the code we will add to the end of our script:<br> \n<div class=\"code_block\">echo \u201cdone\u201d;<\/div>\n<p> Be sure the line of code is before the php closing tag of <em>?&gt;<\/em>.<\/p><\/li>\n<li>Click on the <strong>Save Changes<\/strong> button at the top of the screen. Your cron job should now email you every time it runs with the single line of output.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Many of our account holders use cron jobs to perform tasks at specific times. These jobs run at schedulee intervals set within the cron job tool in the cPanel. One of the features of this tool allows you to set an email address so that you receive an email every time the cron job runs.<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/\"> Read More ><\/a><\/p>\n","protected":false},"author":8,"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":[51,4],"tags":[],"class_list":["post-590","post","type-post","status-publish","format-standard","hentry","category-cpanel","category-email"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Why is my cron job not emailing me? | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Have a cron job that does not send an email when completed? Use this article to discover how to ensure you get an email every time.\" \/>\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\/email\/cron-job-email\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why is my cron job not emailing me? | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Have a cron job that does not send an email when completed? Use this article to discover how to ensure you get an email every time.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/\" \/>\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=\"2013-02-26T16:02:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:21:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png\" \/>\n<meta name=\"author\" content=\"Scott Mitchell\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Scott Mitchell\" \/>\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\/email\/cron-job-email\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/\"},\"author\":{\"name\":\"Scott Mitchell\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/d850efb28ef3573db7d24b0d8fa9eaed\"},\"headline\":\"Why is my cron job not emailing me?\",\"datePublished\":\"2013-02-26T16:02:47+00:00\",\"dateModified\":\"2021-08-17T03:21:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/\"},\"wordCount\":479,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png\",\"articleSection\":[\"cPanel\",\"Email\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/\",\"name\":\"Why is my cron job not emailing me? | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png\",\"datePublished\":\"2013-02-26T16:02:47+00:00\",\"dateModified\":\"2021-08-17T03:21:14+00:00\",\"description\":\"Have a cron job that does not send an email when completed? Use this article to discover how to ensure you get an email every time.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png\",\"width\":726,\"height\":375,\"caption\":\"cron notification email setting\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why is my cron job not emailing me?\"}]},{\"@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\/d850efb28ef3573db7d24b0d8fa9eaed\",\"name\":\"Scott Mitchell\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/scott\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why is my cron job not emailing me? | InMotion Hosting","description":"Have a cron job that does not send an email when completed? Use this article to discover how to ensure you get an email every time.","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\/email\/cron-job-email\/","og_locale":"en_US","og_type":"article","og_title":"Why is my cron job not emailing me? | InMotion Hosting","og_description":"Have a cron job that does not send an email when completed? Use this article to discover how to ensure you get an email every time.","og_url":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-02-26T16:02:47+00:00","article_modified_time":"2021-08-17T03:21:14+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png","type":"","width":"","height":""}],"author":"Scott Mitchell","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Scott Mitchell","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/"},"author":{"name":"Scott Mitchell","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/d850efb28ef3573db7d24b0d8fa9eaed"},"headline":"Why is my cron job not emailing me?","datePublished":"2013-02-26T16:02:47+00:00","dateModified":"2021-08-17T03:21:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/"},"wordCount":479,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png","articleSection":["cPanel","Email"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/","url":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/","name":"Why is my cron job not emailing me? | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png","datePublished":"2013-02-26T16:02:47+00:00","dateModified":"2021-08-17T03:21:14+00:00","description":"Have a cron job that does not send an email when completed? Use this article to discover how to ensure you get an email every time.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_howto_email-after-cron_click-more-cron-job-email.png","width":726,"height":375,"caption":"cron notification email setting"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/email\/cron-job-email\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Why is my cron job not emailing me?"}]},{"@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\/d850efb28ef3573db7d24b0d8fa9eaed","name":"Scott Mitchell","url":"https:\/\/www.inmotionhosting.com\/support\/author\/scott\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/590","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\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=590"}],"version-history":[{"count":2,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/590\/revisions"}],"predecessor-version":[{"id":84919,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/590\/revisions\/84919"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=590"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=590"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}