{"id":1741,"date":"2021-03-28T06:37:46","date_gmt":"2021-03-28T10:37:46","guid":{"rendered":"https:\/\/blockvisibilit.wpengine.com\/?post_type=article&#038;p=1741"},"modified":"2022-11-23T09:09:28","modified_gmt":"2022-11-23T14:09:28","slug":"how-to-use-the-query-string-control","status":"publish","type":"article","link":"https:\/\/blockvisibilitywp.com\/knowledge-base\/how-to-use-the-query-string-control\/","title":{"rendered":"How to Use the Query String Control"},"content":{"rendered":"<h2 class=\"wp-block-heading\" id=\"control-overview\">Control Overview<\/h2>\n\n\n<p class=\"wp-block-paragraph\">The Query String control allows you to conditionally show or hide blocks based on query strings. What is a &#8220;query string&#8221; you might ask? <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Well, you undoubtedly have come across them while browsing the internet, and they appear after the <code>?<\/code> in URLs. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code has-neutral-color has-text-color\"><code>https:\/\/www.example.com\/?<span style=\"color:#f8390f\" class=\"has-inline-color\">example_parameter=example_value<\/span><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The orange text is a query string, which is made up of a parameter and a value. You can also concatenate multiple strings using the <code>&amp;<\/code> symbol. Query strings are used for all manner of things, notably for tracking and marketing purposes. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><meta charset=\"utf-8\">This functionality is freely available in the core <a href=\"https:\/\/wordpress.org\/plugins\/block-visibility\/\">Block Visibility<\/a> plugin, which is available on WordPress.org.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-configuration\">Configuration<\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"h-how-to-enable\">How to Enable<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Click on any block in the Block Editor and navigate to the Visibility panel. . You will notice a vertical ellipsis icon in the Controls Toolbar. See the screenshot below. Click on the ellipsis, and all available visibility controls will appear. Select \u201cQuery String\u201d and the Query String control panel will be added to the block.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full rounded-img shadow-img has-lightbox\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/03\/Query-String.jpg\" alt=\"Enabling the Query String control in Block Visibility.\" class=\"wp-image-1794\" srcset=\"https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/03\/Query-String.jpg 1200w, https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/03\/Query-String-300x200.jpg 300w, https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/03\/Query-String-1024x683.jpg 1024w, https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/03\/Query-String-768x512.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><figcaption class=\"wp-element-caption\"><meta charset=\"utf-8\">Query String control in the block settings sidebar (v1.7)<\/figcaption><\/figure>\n\n\n<h3 class=\"wp-block-heading\" id=\"how-to-configure\">How to Configure<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Instructions are always better with examples. Let\u2019s assume that we are writing documentation for the Query String control and we want to provide a live demo. In this example, the user will click on a button that will refresh the page with the query string parameter applied to the URL. Based on the query string, display a hidden message.  <\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"steps-to-complete\">Steps to Complete<\/h4>\n\n\n<ol class=\"wp-block-list\">\n<li>Using a Paragraph block, write a message that will be hidden by the Query String control.<\/li>\n\n\n\n<li>Navigate to the Query String control settings in the Visibility panel.<\/li>\n\n\n\n<li>In the &#8220;Required Queries (Any)&#8221; text box, enter the parameter <code>docs=query-string-test<\/code>.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">The resulting configuration should resemble the screenshot below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full shadow-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/07\/Query-String-Configure.jpg\" alt=\"Configuring the Query String control in Block Visibility.\" class=\"wp-image-3274\" srcset=\"https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/07\/Query-String-Configure.jpg 1200w, https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/07\/Query-String-Configure-300x200.jpg 300w, https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/07\/Query-String-Configure-1024x683.jpg 1024w, https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/07\/Query-String-Configure-768x512.jpg 768w, https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/07\/Query-String-Configure-250x167.jpg 250w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><figcaption class=\"wp-element-caption\"><br>Configuring the Query String control (v1.9)<\/figcaption><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Next use the Buttons block to create a button with the link:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code has-neutral-color has-text-color\"><code>https:\/\/blockvisibilitywp.com\/knowledge-base\/how-to-use-the-query-string-control\/?<span class=\"has-inline-color has-links-color\">docs=query-string-test<\/span>#how-to-configure<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">It should resemble the button below. Now, give it a click and see what happens!<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--1\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/blockvisibilitywp.com\/knowledge-base\/how-to-use-the-query-string-control\/?docs=query-string-test#how-to-configure\">Test the Query String<\/a><\/div>\n<\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-to-disable\">How to Disable<\/h3>\n\n\n<p class=\"wp-block-paragraph\">If you would like to disable the Query String control at the block level, simply click on the ellipsis icon in the&nbsp;Controls Toolbar and deselect it. That said, if you don\u2019t think you will need this control on your website at all, it can be disabled globally in the&nbsp;<a href=\"https:\/\/blockvisibilitywp.com\/knowledge-base\/how-to-configure-the-visibility-control-settings\/\">Visibility Control Settings<\/a>&nbsp;in the Integrations section.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Note that if this control is disabled globally, any blocks that are actively being hidden by the Query String control will become visible again.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-control-settings\">Control Settings<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Below are the settings available for the Query String control.\u00a0In order for the control to work properly, only enter one value per line in each textbox. The following three formats are accepted.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><meta charset=\"utf-8\"><code>param=value<\/code><\/td><td><meta charset=\"utf-8\">Query parameter with a specific value.<\/td><\/tr><tr><td><meta charset=\"utf-8\"><code>param=*<\/code><\/td><td><meta charset=\"utf-8\">Query parameter with a wildcard value. (i.e. the value could be anything)<\/td><\/tr><tr><td><meta charset=\"utf-8\"><code>param<\/code><\/td><td><meta charset=\"utf-8\">Query parameter with no value. Operates the same as a wildcard value.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-required-queries-any\">Required Queries (Any)<\/h3>\n\n\n<p class=\"wp-block-paragraph\">The block will only be shown if the URL has at least one of the provided query strings.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-required-queries-all\">Required Queries (All)<\/h3>\n\n\n<p class=\"wp-block-paragraph\">The block will only be shown if the URL, at a minimum, has all of the provided query strings. It could have more.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-required-queries-not\">Required Queries (Not)<\/h3>\n\n\n<p class=\"wp-block-paragraph\">The block will be hidden whenever at least one of the provided query strings is present in the URL. The &#8220;Not&#8221; queries take precedence over all other queries.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Control Overview The Query String control allows you to conditionally show or hide blocks based on query strings. What is a &#8220;query string&#8221; you might ask? Well, you undoubtedly have come across them while browsing the internet, and they appear after the ? in URLs. For example: The orange text is a query string, which [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":7,"template":"","meta":{"footnotes":""},"knowledge-base-category":[17],"knowledge-base-tag":[],"class_list":["post-1741","article","type-article","status-publish","hentry","knowledge-base-category-visibility-controls"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.1 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Use the Query String Control - Block Visibility<\/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:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use the Query String Control\" \/>\n<meta property=\"og:description\" content=\"Control Overview The Query String control allows you to conditionally show or hide blocks based on query strings. What is a &#8220;query string&#8221; you might ask? Well, you undoubtedly have come across them while browsing the internet, and they appear after the ? in URLs. For example: The orange text is a query string, which [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/\" \/>\n<meta property=\"og:site_name\" content=\"Block Visibility\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-23T14:09:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blockvisibility.mystagingwebsite.com\/wp-content\/uploads\/2021\/03\/Query-String.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@BlockVisibility\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/knowledge-base\\\/how-to-use-the-query-string-control\\\/\",\"url\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/knowledge-base\\\/how-to-use-the-query-string-control\\\/\",\"name\":\"How to Use the Query String Control - Block Visibility\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/knowledge-base\\\/how-to-use-the-query-string-control\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/knowledge-base\\\/how-to-use-the-query-string-control\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blockvisibilitywp.com\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Query-String.jpg\",\"datePublished\":\"2021-03-28T10:37:46+00:00\",\"dateModified\":\"2022-11-23T14:09:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/knowledge-base\\\/how-to-use-the-query-string-control\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/knowledge-base\\\/how-to-use-the-query-string-control\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/knowledge-base\\\/how-to-use-the-query-string-control\\\/#primaryimage\",\"url\":\"https:\\\/\\\/blockvisibilitywp.com\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Query-String.jpg\",\"contentUrl\":\"https:\\\/\\\/blockvisibilitywp.com\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Query-String.jpg\",\"width\":1200,\"height\":800},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/knowledge-base\\\/how-to-use-the-query-string-control\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blockvisibilitywp.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledge Base\",\"item\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Visibility Controls\",\"item\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/knowledge-base-category\\\/visibility-controls\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Query String Control\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/#website\",\"url\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/\",\"name\":\"Block Visibility\",\"description\":\"Conditional Visibility Control for the WordPress Block Editor\",\"publisher\":{\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/#organization\",\"name\":\"Block Visibility\",\"url\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/blockvisibilit.wpengine.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Block-Visibility-Logo-Cricle-256.png\",\"contentUrl\":\"https:\\\/\\\/blockvisibilit.wpengine.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Block-Visibility-Logo-Cricle-256.png\",\"width\":256,\"height\":256,\"caption\":\"Block Visibility\"},\"image\":{\"@id\":\"https:\\\/\\\/blockvisibility.mystagingwebsite.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/BlockVisibility\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCDsTrm-1766AmNqwdzwJ4KQ\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Use the Query String Control - Block Visibility","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:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/","og_locale":"en_US","og_type":"article","og_title":"How to Use the Query String Control","og_description":"Control Overview The Query String control allows you to conditionally show or hide blocks based on query strings. What is a &#8220;query string&#8221; you might ask? Well, you undoubtedly have come across them while browsing the internet, and they appear after the ? in URLs. For example: The orange text is a query string, which [&hellip;]","og_url":"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/","og_site_name":"Block Visibility","article_modified_time":"2022-11-23T14:09:28+00:00","og_image":[{"url":"https:\/\/blockvisibility.mystagingwebsite.com\/wp-content\/uploads\/2021\/03\/Query-String.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@BlockVisibility","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/","url":"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/","name":"How to Use the Query String Control - Block Visibility","isPartOf":{"@id":"https:\/\/blockvisibility.mystagingwebsite.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/#primaryimage"},"image":{"@id":"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/#primaryimage"},"thumbnailUrl":"https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/03\/Query-String.jpg","datePublished":"2021-03-28T10:37:46+00:00","dateModified":"2022-11-23T14:09:28+00:00","breadcrumb":{"@id":"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/#primaryimage","url":"https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/03\/Query-String.jpg","contentUrl":"https:\/\/blockvisibilitywp.com\/wp-content\/uploads\/2021\/03\/Query-String.jpg","width":1200,"height":800},{"@type":"BreadcrumbList","@id":"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/how-to-use-the-query-string-control\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blockvisibilitywp.com\/"},{"@type":"ListItem","position":2,"name":"Knowledge Base","item":"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base\/"},{"@type":"ListItem","position":3,"name":"Visibility Controls","item":"https:\/\/blockvisibility.mystagingwebsite.com\/knowledge-base-category\/visibility-controls\/"},{"@type":"ListItem","position":4,"name":"Query String Control"}]},{"@type":"WebSite","@id":"https:\/\/blockvisibility.mystagingwebsite.com\/#website","url":"https:\/\/blockvisibility.mystagingwebsite.com\/","name":"Block Visibility","description":"Conditional Visibility Control for the WordPress Block Editor","publisher":{"@id":"https:\/\/blockvisibility.mystagingwebsite.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blockvisibility.mystagingwebsite.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blockvisibility.mystagingwebsite.com\/#organization","name":"Block Visibility","url":"https:\/\/blockvisibility.mystagingwebsite.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blockvisibility.mystagingwebsite.com\/#\/schema\/logo\/image\/","url":"https:\/\/blockvisibilit.wpengine.com\/wp-content\/uploads\/2021\/07\/Block-Visibility-Logo-Cricle-256.png","contentUrl":"https:\/\/blockvisibilit.wpengine.com\/wp-content\/uploads\/2021\/07\/Block-Visibility-Logo-Cricle-256.png","width":256,"height":256,"caption":"Block Visibility"},"image":{"@id":"https:\/\/blockvisibility.mystagingwebsite.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/BlockVisibility","https:\/\/www.youtube.com\/channel\/UCDsTrm-1766AmNqwdzwJ4KQ"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/blockvisibilitywp.com\/wp-json\/wp\/v2\/article\/1741","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blockvisibilitywp.com\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/blockvisibilitywp.com\/wp-json\/wp\/v2\/types\/article"}],"author":[{"embeddable":true,"href":"https:\/\/blockvisibilitywp.com\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/blockvisibilitywp.com\/wp-json\/wp\/v2\/article\/1741\/revisions"}],"wp:attachment":[{"href":"https:\/\/blockvisibilitywp.com\/wp-json\/wp\/v2\/media?parent=1741"}],"wp:term":[{"taxonomy":"knowledge-base-category","embeddable":true,"href":"https:\/\/blockvisibilitywp.com\/wp-json\/wp\/v2\/knowledge-base-category?post=1741"},{"taxonomy":"knowledge-base-tag","embeddable":true,"href":"https:\/\/blockvisibilitywp.com\/wp-json\/wp\/v2\/knowledge-base-tag?post=1741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}