{"id":324895,"date":"2022-03-11T10:09:53","date_gmt":"2022-03-11T10:09:53","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=324895"},"modified":"2022-03-11T10:09:56","modified_gmt":"2022-03-11T10:09:56","slug":"clear-prestashop-cache-in-module","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/","title":{"rendered":"Clear PrestaShop Cache in module"},"content":{"rendered":"\n<p>PrestaShop employs various types of cache such as Smarty, assets (CSS\/JS), XML cache etc. It also provides ways to clear individual cache type from our module. So in this blog, we will discuss how we can clear PrestaShop cache in module code. Most of the cache options can enable\/disable in PrestaShop-&gt;Advanced Parameters-&gt;Performance tab. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Smarty Cache<\/h2>\n\n\n\n<p>The smarty templates in themes and modules are cached in PrestaShop. These templates are stored in compiled form so that rendering is faster. You can enable this from here:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1073\" height=\"626\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png\" alt=\"PrestaShop Cache\" class=\"wp-image-324908\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png 1073w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty-300x175.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty-250x146.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty-768x448.png 768w\" sizes=\"(max-width: 1073px) 100vw, 1073px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>This cache is stored in <em>var\/cache\/prod\/smarty<\/em> folder. If you want to clear Smarty cache, just use this method to do this:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Tools::clearSmartyCache();<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Symfony Cache:<\/h2>\n\n\n\n<p>This cache exists only in PrestaShop version &gt;= 1.7.x.x. Symfony offers 3 types of cache by default:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Configuration<\/em>: config, services (in YML, XML etc)<\/li><li><em>Controllers<\/em>: YML, Annotations\/routing<\/li><li><em>Doctrine<\/em>: Entity mapping e.g. fields-columns, table<\/li><\/ul>\n\n\n\n<p>This cache need to be cleared when you override\/decorate any core PrestaShop services or modern controllers and also when you change any setting\/parameters related to PrestaShopBundle programmatically. To clear Symfony cache, use this method:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Tools::clearSf2Cache();<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Media Cache<\/h2>\n\n\n\n<p>This cache stores the assets cache i.e. CSS and JS files. You can enable\/disable this cache in CCC section of Performance tab:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1082\" height=\"628\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/ccc.png\" alt=\"PrestaShop Cache\" class=\"wp-image-324909\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/ccc.png 1082w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/ccc-300x174.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/ccc-250x145.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/ccc-768x446.png 768w\" sizes=\"(max-width: 1082px) 100vw, 1082px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>This cache is stored in <em>themes\/your-theme\/assets\/cache<\/em> directory. To clear this cache, use this method:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Media::clearCache();<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">XML Cache<\/h2>\n\n\n\n<p>The XML cache is stored in config\/xml directory. This cache can be cleared by using following method:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Tools::clearXMLCache();<\/pre>\n\n\n\n<p>Also, If you need to clear all cache at once, you can use this:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Tools::clearAllCache();<\/pre>\n\n\n\n<p>That&#8217;s all about how to clear PrestaShop cache in module. If any issue or doubt in the above process, please feel free to let us know in the comment section. <\/p>\n\n\n\n<p>I would be happy to help.<\/p>\n\n\n\n<p>Also, you can explore our <a href=\"https:\/\/webkul.com\/prestashop-development\/\">PrestaShop Development Services<\/a>  and a large range of quality <a href=\"https:\/\/store.webkul.com\/PrestaShop-Extensions.html\">PrestaShop Modules<\/a>.<\/p>\n\n\n\n<p>For any doubt contact us at <a href=\"mailto:support@webkul.com\">support@webkul.com<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PrestaShop employs various types of cache such as Smarty, assets (CSS\/JS), XML cache etc. It also provides ways to clear individual cache type from our module. So in this blog, we will discuss how we can clear PrestaShop cache in module code. Most of the cache options can enable\/disable in PrestaShop-&gt;Advanced Parameters-&gt;Performance tab. Smarty Cache <a href=\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":264,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[1317,12480,2059,2065,4448,2710,255],"class_list":["post-324895","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-cache","tag-clear","tag-module","tag-prestashop","tag-smarty","tag-symfony","tag-xml"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Clear PrestaShop Cache in module - Webkul Blog<\/title>\n<meta name=\"description\" content=\"PrestaShop employs various types of cache. So in this blog, we will discuss how we can clear PrestaShop cache in module code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Clear PrestaShop Cache in module - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"PrestaShop employs various types of cache. So in this blog, we will discuss how we can clear PrestaShop cache in module code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-11T10:09:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-11T10:09:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png\" \/>\n<meta name=\"author\" content=\"Ram Chandra\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ram Chandra\" \/>\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:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/\"},\"author\":{\"name\":\"Ram Chandra\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/abcd2edf640c51cd905386b99118ad71\"},\"headline\":\"Clear PrestaShop Cache in module\",\"datePublished\":\"2022-03-11T10:09:53+00:00\",\"dateModified\":\"2022-03-11T10:09:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/\"},\"wordCount\":330,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png\",\"keywords\":[\"cache\",\"Clear\",\"module\",\"prestashop\",\"smarty\",\"symfony\",\"xml\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/\",\"url\":\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/\",\"name\":\"Clear PrestaShop Cache in module - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png\",\"datePublished\":\"2022-03-11T10:09:53+00:00\",\"dateModified\":\"2022-03-11T10:09:56+00:00\",\"description\":\"PrestaShop employs various types of cache. So in this blog, we will discuss how we can clear PrestaShop cache in module code.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png\",\"width\":1073,\"height\":626,\"caption\":\"smarty\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Clear PrestaShop Cache in module\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/abcd2edf640c51cd905386b99118ad71\",\"name\":\"Ram Chandra\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a237e2b96f2a8989c930db6c377971a3d52601b0bba3c5e3dc79a88205178d26?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a237e2b96f2a8989c930db6c377971a3d52601b0bba3c5e3dc79a88205178d26?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Ram Chandra\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/ram-chandra178\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Clear PrestaShop Cache in module - Webkul Blog","description":"PrestaShop employs various types of cache. So in this blog, we will discuss how we can clear PrestaShop cache in module code.","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:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/","og_locale":"en_US","og_type":"article","og_title":"Clear PrestaShop Cache in module - Webkul Blog","og_description":"PrestaShop employs various types of cache. So in this blog, we will discuss how we can clear PrestaShop cache in module code.","og_url":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2022-03-11T10:09:53+00:00","article_modified_time":"2022-03-11T10:09:56+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png","type":"","width":"","height":""}],"author":"Ram Chandra","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Ram Chandra","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/"},"author":{"name":"Ram Chandra","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/abcd2edf640c51cd905386b99118ad71"},"headline":"Clear PrestaShop Cache in module","datePublished":"2022-03-11T10:09:53+00:00","dateModified":"2022-03-11T10:09:56+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/"},"wordCount":330,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png","keywords":["cache","Clear","module","prestashop","smarty","symfony","xml"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/","url":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/","name":"Clear PrestaShop Cache in module - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png","datePublished":"2022-03-11T10:09:53+00:00","dateModified":"2022-03-11T10:09:56+00:00","description":"PrestaShop employs various types of cache. So in this blog, we will discuss how we can clear PrestaShop cache in module code.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/03\/smarty.png","width":1073,"height":626,"caption":"smarty"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/clear-prestashop-cache-in-module\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Clear PrestaShop Cache in module"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/abcd2edf640c51cd905386b99118ad71","name":"Ram Chandra","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a237e2b96f2a8989c930db6c377971a3d52601b0bba3c5e3dc79a88205178d26?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a237e2b96f2a8989c930db6c377971a3d52601b0bba3c5e3dc79a88205178d26?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Ram Chandra"},"url":"https:\/\/webkul.com\/blog\/author\/ram-chandra178\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/324895","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/264"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=324895"}],"version-history":[{"count":2,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/324895\/revisions"}],"predecessor-version":[{"id":325046,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/324895\/revisions\/325046"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=324895"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=324895"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=324895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}