{"id":1546,"date":"2024-01-17T16:47:00","date_gmt":"2024-01-17T16:47:00","guid":{"rendered":"https:\/\/codehim.com\/?p=1546"},"modified":"2024-01-22T14:48:49","modified_gmt":"2024-01-22T09:48:49","slug":"bootstrap-multiselect-dropdown-with-checkboxes","status":"publish","type":"post","link":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/","title":{"rendered":"Bootstrap Multiselect Dropdown with Checkboxes"},"content":{"rendered":"<p>A lightweight jQuery plugin for Bootstrap to create multiselect dropdown with checkboxes. It adds the functionality to HTML select elements for multiple selections with check-boxes.<\/p>\n<h2>How to Use Bootstrap Multiselect Dropdown<\/h2>\n<p>1. First of all load the jQuery and Bootstrap framework into your HTML document.<\/p>\n<pre class=\"prettyprint lang-html\">&lt;!-- jQuery --&gt;\r\n&lt;script src=\"https:\/\/code.jquery.com\/jquery-3.3.1.min.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;!-- Bootstrap CSS --&gt;\r\n&lt;link href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.3.1\/css\/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-ggOyR0iXCbMQv3Xipma34MD+dH\/1fQ784\/j6cY\/iJTQUOhcWr7x9JvoRxT2MZw1T\" crossorigin=\"anonymous\"&gt;\r\n\r\n&lt;!-- Bootstrap JS --&gt;\r\n&lt;script src=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.3.1\/js\/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf\/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"&gt;&lt;\/script&gt;\r\n<\/pre>\n<p>2. After this, include the <code>Bootstrap multiselect<\/code>&#8216;s CSS and JavaScript file to your page.<\/p>\n<pre class=\"prettyprint lang-html\">&lt;!-- Bootstrap Multiselect CSS --&gt;\r\n&lt;link rel=\"stylesheet\" href=\"css\/bootstrap-multiselect.css\"&gt;\r\n\r\n&lt;!-- Bootstrap Multiselect JS --&gt;\r\n&lt;script data-main=\"dist\/js\/\" src=\"js\/require.min.js\"&gt;&lt;\/script&gt;\r\n<\/pre>\n<p>3. Now create HTML <code> select <\/code> element with your list of options with a unique id. Just like below.<\/p>\n<pre class=\"prettyprint lang-html\">&lt;select id=\"mySelect\" multiple=\"multiple\"&gt;\r\n&lt;option value=\"Option one\"&gt;Option one&lt;\/option&gt;\r\n&lt;option value=\"Option two\"&gt;Option two&lt;\/option&gt;\r\n&lt;option value=\"Option three\"&gt;Option three&lt;\/option&gt;\r\n&lt;option value=\"Option four\"&gt;Option four&lt;\/option&gt;\r\n&lt;option value=\"Option five\"&gt;Option five&lt;\/option&gt;\r\n&lt;option value=\"Option six\"&gt;Option six&lt;\/option&gt;\r\n&lt;\/select&gt;\r\n<\/pre>\n<p>4. And Finally call the plugin to active the multiselect.<\/p>\n<pre class=\"prettyprint lang-html\">&lt;script&gt;\r\nrequire(['bootstrap-multiselect'], function(purchase){\r\n$('#mySelect').multiselect();\r\n});\r\n&lt;\/script&gt;\r\n<\/pre>\n<h2>Advanced Configuration Options for Multiselect Dropdown with Checkboxes<\/h2>\n<p>Visit the <a href=\"https:\/\/codehim.com\/demo\/bootstrap-multiselect-dropdown\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">demo page<\/a> for advanced configuration options to create a Bootstrap multiselect dropdown with checkboxes.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A lightweight jQuery plugin for Bootstrap to create multiselect dropdown with checkboxes. It adds the functionality to HTML select elements&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1547,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[123,63],"tags":[9],"class_list":["post-1546","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bootstrap","category-html5-css3","tag-dropdown-menu"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bootstrap Multiselect Dropdown with Checkboxes &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"Free jQuery plugin for Bootstrap to create multiselect dropdown with checkboxes. It add the functionality to HTML select element for multiple selection.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bootstrap Multiselect Dropdown with Checkboxes &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"Free jQuery plugin for Bootstrap to create multiselect dropdown with checkboxes. It add the functionality to HTML select element for multiple selection.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeHim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codehimofficial\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-17T16:47:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-22T09:48:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/bootstrap-multi-select.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"962\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Asif Mughal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:site\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asif Mughal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"Bootstrap Multiselect Dropdown with Checkboxes\",\"datePublished\":\"2024-01-17T16:47:00+00:00\",\"dateModified\":\"2024-01-22T09:48:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/\"},\"wordCount\":110,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/bootstrap-multi-select.jpg\",\"keywords\":[\"Dropdown Menu\"],\"articleSection\":[\"Bootstrap\",\"HTML5 &amp; CSS3\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/\",\"url\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/\",\"name\":\"Bootstrap Multiselect Dropdown with Checkboxes &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/bootstrap-multi-select.jpg\",\"datePublished\":\"2024-01-17T16:47:00+00:00\",\"dateModified\":\"2024-01-22T09:48:49+00:00\",\"description\":\"Free jQuery plugin for Bootstrap to create multiselect dropdown with checkboxes. It add the functionality to HTML select element for multiple selection.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/bootstrap-multi-select.jpg\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/bootstrap-multi-select.jpg\",\"width\":1280,\"height\":962,\"caption\":\"Bootstrap Multiselect Dropdown with Checkboxes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTML5 &amp; CSS3\",\"item\":\"https:\/\/codehim.com\/category\/html5-css3\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Bootstrap Multiselect Dropdown with Checkboxes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codehim.com\/#website\",\"url\":\"https:\/\/codehim.com\/\",\"name\":\"CodeHim\",\"description\":\"Web Design Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"alternateName\":\"Web Design Codes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codehim.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codehim.com\/#organization\",\"name\":\"CodeHim - Web Design Code & Scripts\",\"url\":\"https:\/\/codehim.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"contentUrl\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"width\":280,\"height\":280,\"caption\":\"CodeHim - Web Design Code & Scripts\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codehimofficial\",\"https:\/\/x.com\/CodeHimOfficial\",\"https:\/\/www.instagram.com\/codehim\/\",\"https:\/\/www.linkedin.com\/company\/codehim\",\"https:\/\/co.pinterest.com\/codehim\/\",\"https:\/\/www.youtube.com\/@codehim\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\",\"name\":\"Asif Mughal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"caption\":\"Asif Mughal\"},\"description\":\"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.\",\"sameAs\":[\"https:\/\/codehim.com\"],\"url\":\"https:\/\/codehim.com\/author\/asif-mughal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bootstrap Multiselect Dropdown with Checkboxes &#8212; CodeHim","description":"Free jQuery plugin for Bootstrap to create multiselect dropdown with checkboxes. It add the functionality to HTML select element for multiple selection.","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:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/","og_locale":"en_US","og_type":"article","og_title":"Bootstrap Multiselect Dropdown with Checkboxes &#8212; CodeHim","og_description":"Free jQuery plugin for Bootstrap to create multiselect dropdown with checkboxes. It add the functionality to HTML select element for multiple selection.","og_url":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-01-17T16:47:00+00:00","article_modified_time":"2024-01-22T09:48:49+00:00","og_image":[{"width":1280,"height":962,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/bootstrap-multi-select.jpg","type":"image\/jpeg"}],"author":"Asif Mughal","twitter_card":"summary_large_image","twitter_creator":"@CodeHimOfficial","twitter_site":"@CodeHimOfficial","twitter_misc":{"Written by":"Asif Mughal","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"Bootstrap Multiselect Dropdown with Checkboxes","datePublished":"2024-01-17T16:47:00+00:00","dateModified":"2024-01-22T09:48:49+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/"},"wordCount":110,"commentCount":1,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/bootstrap-multi-select.jpg","keywords":["Dropdown Menu"],"articleSection":["Bootstrap","HTML5 &amp; CSS3"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/","url":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/","name":"Bootstrap Multiselect Dropdown with Checkboxes &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/bootstrap-multi-select.jpg","datePublished":"2024-01-17T16:47:00+00:00","dateModified":"2024-01-22T09:48:49+00:00","description":"Free jQuery plugin for Bootstrap to create multiselect dropdown with checkboxes. It add the functionality to HTML select element for multiple selection.","breadcrumb":{"@id":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/bootstrap-multi-select.jpg","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/04\/bootstrap-multi-select.jpg","width":1280,"height":962,"caption":"Bootstrap Multiselect Dropdown with Checkboxes"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/html5-css3\/bootstrap-multiselect-dropdown-with-checkboxes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"HTML5 &amp; CSS3","item":"https:\/\/codehim.com\/category\/html5-css3\/"},{"@type":"ListItem","position":3,"name":"Bootstrap Multiselect Dropdown with Checkboxes"}]},{"@type":"WebSite","@id":"https:\/\/codehim.com\/#website","url":"https:\/\/codehim.com\/","name":"CodeHim","description":"Web Design Code Snippets","publisher":{"@id":"https:\/\/codehim.com\/#organization"},"alternateName":"Web Design Codes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codehim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codehim.com\/#organization","name":"CodeHim - Web Design Code & Scripts","url":"https:\/\/codehim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/","url":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","contentUrl":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","width":280,"height":280,"caption":"CodeHim - Web Design Code & Scripts"},"image":{"@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codehimofficial","https:\/\/x.com\/CodeHimOfficial","https:\/\/www.instagram.com\/codehim\/","https:\/\/www.linkedin.com\/company\/codehim","https:\/\/co.pinterest.com\/codehim\/","https:\/\/www.youtube.com\/@codehim"]},{"@type":"Person","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed","name":"Asif Mughal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","caption":"Asif Mughal"},"description":"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.","sameAs":["https:\/\/codehim.com"],"url":"https:\/\/codehim.com\/author\/asif-mughal\/"}]}},"views":150719,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/1546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/comments?post=1546"}],"version-history":[{"count":0,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/1546\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/1547"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=1546"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=1546"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=1546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}