{"id":58953,"date":"2016-09-09T11:35:20","date_gmt":"2016-09-09T11:35:20","guid":{"rendered":"http:\/\/webkul.com\/blog\/?p=58953"},"modified":"2024-02-21T11:06:27","modified_gmt":"2024-02-21T11:06:27","slug":"get-custom-parameters-custom-knockout-js-checkout-page","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/","title":{"rendered":"Get Custom Parameters in Custom knockout Js at Checkout Page"},"content":{"rendered":"\n<p>If you are using knockout js at checkout page&nbsp;to implement some functionality, and in js file you want to access some calculated data\/values from your module\/other files, then you can do this by following process:<\/p>\n\n\n\n<p>Firstly you have to define it in di.xml file at path:<\/p>\n\n\n\n<p>app\/code\/Webkul\/Hello\/etc\/frontend\/di.xml<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;?xml version=&quot;1.0&quot;?&gt;\n&lt;config xmlns:xsi=&quot;http:\/\/www.w3.org\/2001\/XMLSchema-instance&quot;\n        xsi:noNamespaceSchemaLocation=&quot;urn:magento:framework:ObjectManager\/etc\/config.xsd&quot;&gt;\n    &lt;type name=&quot;Magento\\Checkout\\Model\\CompositeConfigProvider&quot;&gt;\n        &lt;arguments&gt;\n            &lt;argument name=&quot;configProviders&quot; xsi:type=&quot;array&quot;&gt;\n                &lt;item name=&quot;webkul_hello_configprovider&quot; xsi:type=&quot;object&quot;&gt;Webkul\\Hello\\Model\\HelloConfigProvider&lt;\/item&gt;\n            &lt;\/argument&gt;\n        &lt;\/arguments&gt;\n    &lt;\/type&gt;\n&lt;\/config&gt;<\/pre>\n\n\n\n<p>Here, attribute name of item tag is the name for the config provider, which is unique.<\/p>\n\n\n\n<p>value passed in item tag is the class name&nbsp;in which you&nbsp;define your variables.<\/p>\n\n\n\n<p>Now, create file which is defined in di.xml to define your variables, which is at path:<\/p>\n\n\n\n<p>Webkul\/Hello\/Model\/HelloConfigProvider.php<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;?php\n\nnamespace Webkul\\Hello\\Model;\n\nuse Magento\\Checkout\\Model\\ConfigProviderInterface;\n\nclass HelloConfigProvider implements ConfigProviderInterface\n{\n    public function getConfig()\n    {\n        $config = &#091;];\n        $config&#091;&#039;text&#039;] = &quot;Hello it is working&quot;;\n        return $config;\n    }\n}<\/pre>\n\n\n\n<p>Here, getConfig() is a method, which is called by the ConfigProviderInterface to get values.<\/p>\n\n\n\n<p>$config is an array, in which you can add values according to your need.<\/p>\n\n\n\n<p>Now, use following code in js file to get the values:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">\/*browser:true*\/\n\/*global define*\/\ndefine(\n    &#091;\n        &#039;ko&#039;\n    ],\n    function (ko) {\n        &#039;use strict&#039;;\n        var configValues = window.checkoutConfig;\n        console.log(configValues.test);\/\/here test is the field name which you passed in $config variable\n    }\n);<\/pre>\n\n\n\n<p>Here, in configValues variable it returns all the values which are passed in&nbsp;checkout config provider.<\/p>\n\n\n\n<p>Now, i just&nbsp;print the value of test field (which is defined by me in model file).<\/p>\n\n\n\n<p>And it gives, following result:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1289\" height=\"428\" src=\"http:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png\" alt=\"screenshot_1\" class=\"wp-image-58970\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png 1289w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1-250x83.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1-300x100.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1-768x255.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1-1200x398.png 1200w\" sizes=\"(max-width: 1289px) 100vw, 1289px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>I hope this blog will help you with Get Custom Parameters in Custom knockout JS at Checkout Page. You may also check our wide range of best&nbsp;<a href=\"https:\/\/store.webkul.com\/Magento-2.html\" target=\"_blank\" rel=\"noreferrer noopener\">Magento 2 Extensions<\/a>.<\/p>\n\n\n\n<p>Please reach out to our team via a&nbsp;<a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\">support ticket<\/a>&nbsp;if you have any queries.<\/p>\n\n\n\n<p>Try this and if you have any queries then just comment below \ud83d\ude42<\/p>\n\n\n\n<p>Thank you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are using knockout js at checkout page&nbsp;to implement some functionality, and in js file you want to access some calculated data\/values from your module\/other files, then you can do this by following process: Firstly you have to define it in di.xml file at path: app\/code\/Webkul\/Hello\/etc\/frontend\/di.xml Here, attribute name of item tag is the <a href=\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":68,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[302],"tags":[2070],"class_list":["post-58953","post","type-post","status-publish","format-standard","hentry","category-magento2","tag-magento2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Custom Parameters in Custom knockout Js at Checkout Page<\/title>\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\/get-custom-parameters-custom-knockout-js-checkout-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Custom Parameters in Custom knockout Js at Checkout Page\" \/>\n<meta property=\"og:description\" content=\"If you are using knockout js at checkout page&nbsp;to implement some functionality, and in js file you want to access some calculated data\/values from your module\/other files, then you can do this by following process: Firstly you have to define it in di.xml file at path: app\/code\/Webkul\/Hello\/etc\/frontend\/di.xml Here, attribute name of item tag is the [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/\" \/>\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=\"2016-09-09T11:35:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-21T11:06:27+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png\" \/>\n<meta name=\"author\" content=\"Bulbul\" \/>\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=\"Bulbul\" \/>\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\/get-custom-parameters-custom-knockout-js-checkout-page\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/\"},\"author\":{\"name\":\"Bulbul\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/c9c6288b3950490ffdb37cb2a526996e\"},\"headline\":\"Get Custom Parameters in Custom knockout Js at Checkout Page\",\"datePublished\":\"2016-09-09T11:35:20+00:00\",\"dateModified\":\"2024-02-21T11:06:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/\"},\"wordCount\":264,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png\",\"keywords\":[\"Magento2\"],\"articleSection\":[\"Magento2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/\",\"url\":\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/\",\"name\":\"Custom Parameters in Custom knockout Js at Checkout Page\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png\",\"datePublished\":\"2016-09-09T11:35:20+00:00\",\"dateModified\":\"2024-02-21T11:06:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#primaryimage\",\"url\":\"http:\/\/webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png\",\"contentUrl\":\"http:\/\/webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Get Custom Parameters in Custom knockout Js at Checkout Page\"}]},{\"@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\/c9c6288b3950490ffdb37cb2a526996e\",\"name\":\"Bulbul\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/37ea7175f5ae6557d01bb38e147f6a02a540714ecdb71770d8ec554d4d34c23f?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/37ea7175f5ae6557d01bb38e147f6a02a540714ecdb71770d8ec554d4d34c23f?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Bulbul\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/bulbul896\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Custom Parameters in Custom knockout Js at Checkout Page","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\/get-custom-parameters-custom-knockout-js-checkout-page\/","og_locale":"en_US","og_type":"article","og_title":"Custom Parameters in Custom knockout Js at Checkout Page","og_description":"If you are using knockout js at checkout page&nbsp;to implement some functionality, and in js file you want to access some calculated data\/values from your module\/other files, then you can do this by following process: Firstly you have to define it in di.xml file at path: app\/code\/Webkul\/Hello\/etc\/frontend\/di.xml Here, attribute name of item tag is the [...]","og_url":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2016-09-09T11:35:20+00:00","article_modified_time":"2024-02-21T11:06:27+00:00","og_image":[{"url":"http:\/\/webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png","type":"","width":"","height":""}],"author":"Bulbul","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Bulbul","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/"},"author":{"name":"Bulbul","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/c9c6288b3950490ffdb37cb2a526996e"},"headline":"Get Custom Parameters in Custom knockout Js at Checkout Page","datePublished":"2016-09-09T11:35:20+00:00","dateModified":"2024-02-21T11:06:27+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/"},"wordCount":264,"commentCount":3,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#primaryimage"},"thumbnailUrl":"http:\/\/webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png","keywords":["Magento2"],"articleSection":["Magento2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/","url":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/","name":"Custom Parameters in Custom knockout Js at Checkout Page","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#primaryimage"},"thumbnailUrl":"http:\/\/webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png","datePublished":"2016-09-09T11:35:20+00:00","dateModified":"2024-02-21T11:06:27+00:00","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#primaryimage","url":"http:\/\/webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png","contentUrl":"http:\/\/webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Screenshot_1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/get-custom-parameters-custom-knockout-js-checkout-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Get Custom Parameters in Custom knockout Js at Checkout Page"}]},{"@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\/c9c6288b3950490ffdb37cb2a526996e","name":"Bulbul","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/37ea7175f5ae6557d01bb38e147f6a02a540714ecdb71770d8ec554d4d34c23f?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/37ea7175f5ae6557d01bb38e147f6a02a540714ecdb71770d8ec554d4d34c23f?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Bulbul"},"url":"https:\/\/webkul.com\/blog\/author\/bulbul896\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/58953","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\/68"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=58953"}],"version-history":[{"count":11,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/58953\/revisions"}],"predecessor-version":[{"id":423469,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/58953\/revisions\/423469"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=58953"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=58953"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=58953"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}