{"id":1176,"date":"2021-08-17T20:22:09","date_gmt":"2021-08-17T20:22:09","guid":{"rendered":"https:\/\/docs.solidaffiliate.com\/?p=1176"},"modified":"2024-01-09T16:56:07","modified_gmt":"2024-01-09T16:56:07","slug":"shortcodes","status":"publish","type":"post","link":"https:\/\/docs.solidaffiliate.com\/shortcodes\/","title":{"rendered":"Shortcodes"},"content":{"rendered":"<h2>Affiliate portal shortcode<\/h2>\n<p>Solid Affiliate comes with a collection of shortcodes to give you control over the Affiliate Portal components.<\/p>\n<p>Solid Affiliate comes with an automatic way to create a page and embed the <code>[solid_affiliate_portal]<\/code> shortcode during the setup wizard. You can use these shortcodes on any page of your site, as many times as necessary to accomplish your goal.<\/p>\n<h3>Overview Video<\/h3>\n<p>We recommend watching this video recorded by our team which walks you through the shortcodes and shows you a live example use case. By the end of the video you&#8217;ll know everything you need to know.<\/p>\n<p><iframe title=\"Solid Affiliate - Shortcodes AND example use case\" width=\"800\" height=\"600\" src=\"https:\/\/www.youtube.com\/embed\/W8-5Rc6zZG4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<h3>[solid_affiliate_portal]<\/h3>\n<p>The <code>[solid_affiliate_portal]<\/code> shortcode renders the entire Affiliate Portal, including the registration form and affiliate login form unless you edit the Affiliate Portal settings. You\u00a0<strong>must<\/strong> use this shortcode somewhere to render the affiliate portal. You can disable the login and registration forms from rendering via this shortcode in Affiliate Portal settings, and then use the below shortcodes for fine-grained control.<\/p>\n<p>Note: This shortcode also takes an <code>affiliate_group_id<\/code> parameter. Setting this will cause any affiliates who register through the form to be assigned to the respective affiliate group. You must ensure that the ID is correct and that the group exists. Example <code>[solid_affiliate_portal affiliate_group_id=\"3\"]<\/code><\/p>\n<h3>[solid_affiliate_portal_login]<\/h3>\n<p>The <code>[solid_affiliate_portal_login]<\/code> shortcode renders just the Affiliate Portal <em>login<\/em> form.<\/p>\n<h3>[solid_affiliate_portal_registration]<\/h3>\n<p>The <code>[solid_affiliate_portal_registration]<\/code> shortcode renders just the Affiliate Portal <em>registration<\/em> form.<\/p>\n<p>Note: This short-code also takes an <code>affiliate_group_id<\/code> parameter. Setting this will cause any affiliates who register through the form to be assigned to the respective affiliate group. You must ensure that the ID is correct and that the group exists. Example <code>[solid_affiliate_portal_registration affiliate_group_id=\"3\"]<\/code><\/p>\n<h3>[solid_affiliate_if_referred_by_affiliate ]<\/h3>\n<p>To conditionally display something to a visitor if they have been referred by an affiliate, you can use the <code>[solid_affiliate_if_referred_by_affiliate]<\/code> shortcode. This shortcode also takes an <code>field<\/code> parameter to conditionally show the current referring affiliate&#8217;s full name, or their username.<\/p>\n<ul>\n<li><code>[solid_affiliate_current_affiliate field=\"fullname\"]<\/code> displays display the affiliate&#8217;s fullname.<\/li>\n<li><code>[solid_affiliate_current_affiliate field=\"username\"]<\/code> displays the affiliate&#8217;s username.<\/li>\n<\/ul>\n<h4>Example of conditional rendering<\/h4>\n<p><code>[solid_affiliate_if_referred_by_affiliate ]<\/code><br \/>\nYou&#8217;re shopping with <code>[solid_affiliate_current_affiliate field=\"fullname\"]<\/code>!<br \/>\n<code>[\/solid_affiliate_if_referred_by_affiliate]<br \/>\n<\/code><\/p>\n<h3>[solid_affiliate_current_affiliate_link]<\/h3>\n<p>Checks to see if the current user is an affiliate. If they are, it returns the default affiliate link for them. Otherwise, it returns an empty string.<br \/>\nUse case: &#8220;I would like to insert this shortcode on my site, and a link like this should appear: https:\/\/mydomain.com?sld=<em>affiliateid<\/em>&#8221;<\/p>\n<h3>[solid_affiliate_current_affiliate_coupon_code]<\/h3>\n<h4>Overview<\/h4>\n<p>The <code>solid_affiliate_current_affiliate_coupon_code<\/code> shortcode is designed to check if the current user is an affiliate and, if so, to return their associated coupon code. This shortcode is highly flexible and provides different fallback messages depending on the user&#8217;s affiliate status and coupon code availability.<\/p>\n<h4>Usage<\/h4>\n<p>To use the <code>solid_affiliate_current_affiliate_coupon_code<\/code>\u00a0shortcode, insert it into your WordPress post or page editor. You can customize the shortcode&#8217;s behavior using the attributes explained below.<\/p>\n<h4>Shortcode Format<\/h4>\n<div class=\"bg-black rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 dark:bg-token-surface-primary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><code class=\"!whitespace-pre hljs language-markdown\">[<code>solid_affiliate_current_affiliate_coupon_code<\/code>\u00a0no<span class=\"hljs-emphasis\">_affiliate_<\/span>message=\"Your custom message here\" no<span class=\"hljs-emphasis\">_coupon_code_<\/span>message=\"Your custom message here\"]<br \/>\n<\/code><\/div>\n<\/div>\n<h4>Attributes<\/h4>\n<ul>\n<li><code>no_affiliate_message<\/code> (optional): This is the message displayed if no affiliate is found for the current user. If not specified, a default empty string (&#8220;&#8221;) is used.<\/li>\n<li><code>no_coupon_code_message<\/code> (optional): This is the message displayed if the user is an affiliate, but there is no coupon code associated with them. If not specified, a default empty string (&#8220;&#8221;) is used.<\/li>\n<\/ul>\n<h4>Examples<\/h4>\n<ol>\n<li><strong>Basic Usage (with default messages):<\/strong>\n<div class=\"bg-black rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 dark:bg-token-surface-primary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><code class=\"!whitespace-pre hljs language-markdown\">[solid_affiliate_current_affiliate<span class=\"hljs-emphasis\">_coupon_<\/span>code]<br \/>\n<\/code><\/div>\n<\/div>\n<p>This will display the coupon code or default messages based on the user&#8217;s affiliate status and coupon code availability. If there is a coupon code, it will simply return the actual code such as &#8220;DISCOUNT-25&#8221; for example.<\/li>\n<li><strong>Custom No Affiliate Message:<\/strong>\n<div class=\"bg-black rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 dark:bg-token-surface-primary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><code class=\"!whitespace-pre hljs language-markdown\">[solid_affiliate_current_affiliate<span class=\"hljs-emphasis\">_coupon_<\/span>code\u00a0no<span class=\"hljs-emphasis\">_affiliate_<\/span>message=\"Sorry, you are not an affiliate.\"]<br \/>\n<\/code><\/div>\n<\/div>\n<p>This will display &#8220;Sorry, you are not an affiliate.&#8221; if the user is not an affiliate.<\/li>\n<li><strong>Custom No Code Message:<\/strong>\n<div class=\"bg-black rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 dark:bg-token-surface-primary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><code class=\"!whitespace-pre hljs language-markdown\">[solid_affiliate_current_affiliate<span class=\"hljs-emphasis\">_coupon_<\/span>code <code>no_coupon_code_message<\/code>=\"Affiliate status confirmed, but no code found.\"]<br \/>\n<\/code><\/div>\n<\/div>\n<p>This will display &#8220;Affiliate status confirmed, but no code found.&#8221; if the user is an affiliate without a coupon code.<\/li>\n<li><strong>Custom Messages for Both Scenarios:<\/strong>\n<div class=\"bg-black rounded-md\">\n<div class=\"flex items-center relative text-gray-200 bg-gray-800 dark:bg-token-surface-primary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><code class=\"!whitespace-pre hljs language-markdown\">[solid_affiliate_current_affiliate<span class=\"hljs-emphasis\">_coupon_<\/span>code\u00a0no<span class=\"hljs-emphasis\">_affiliate_<\/span>message=\"Become an affiliate today!\" <code>no_coupon_code_message<\/code>=\"Contact support for your unique code.\"]<br \/>\n<\/code><\/div>\n<\/div>\n<p>This provides custom messages for both scenarios: when the user isn&#8217;t an affiliate and when an affiliate lacks a coupon code.<\/li>\n<\/ol>\n<h3><code><\/code><\/h3>\n","protected":false},"excerpt":{"rendered":"<p>Solid Affiliate shortcodes<\/p>\n","protected":false},"author":1,"featured_media":573,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_lmt_disableupdate":"no","_lmt_disable":"","_breakdance_hide_in_design_set":false,"_breakdance_tags":"","footnotes":""},"categories":[7],"tags":[],"class_list":["post-1176","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-faqs-misc"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Shortcodes - Documentation | Solid Affiliate<\/title>\n<meta name=\"description\" content=\"Solid Affiliate comes with a collection of shortcodes to give you control over the Affiliate Portal components.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/docs.solidaffiliate.com\/shortcodes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Shortcodes - Documentation | Solid Affiliate\" \/>\n<meta property=\"og:description\" content=\"Solid Affiliate comes with a collection of shortcodes to give you control over the Affiliate Portal components.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.solidaffiliate.com\/shortcodes\/\" \/>\n<meta property=\"og:site_name\" content=\"Documentation | Solid Affiliate\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-17T20:22:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-09T16:56:07+00:00\" \/>\n<meta name=\"author\" content=\"Ayman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ayman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/\"},\"author\":{\"name\":\"Ayman\",\"@id\":\"https:\/\/docs.solidaffiliate.com\/#\/schema\/person\/7e43c4754ee3f3515a2ddff115645697\"},\"headline\":\"Shortcodes\",\"datePublished\":\"2021-08-17T20:22:09+00:00\",\"dateModified\":\"2024-01-09T16:56:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/\"},\"wordCount\":670,\"image\":{\"@id\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/docs.solidaffiliate.com\/wp-content\/uploads\/sites\/6\/2021\/07\/shortcode.svg\",\"articleSection\":[\"FAQs \/ Misc.\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/\",\"url\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/\",\"name\":\"Shortcodes - Documentation | Solid Affiliate\",\"isPartOf\":{\"@id\":\"https:\/\/docs.solidaffiliate.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/docs.solidaffiliate.com\/wp-content\/uploads\/sites\/6\/2021\/07\/shortcode.svg\",\"datePublished\":\"2021-08-17T20:22:09+00:00\",\"dateModified\":\"2024-01-09T16:56:07+00:00\",\"author\":{\"@id\":\"https:\/\/docs.solidaffiliate.com\/#\/schema\/person\/7e43c4754ee3f3515a2ddff115645697\"},\"description\":\"Solid Affiliate comes with a collection of shortcodes to give you control over the Affiliate Portal components.\",\"breadcrumb\":{\"@id\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.solidaffiliate.com\/shortcodes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/#primaryimage\",\"url\":\"https:\/\/docs.solidaffiliate.com\/wp-content\/uploads\/sites\/6\/2021\/07\/shortcode.svg\",\"contentUrl\":\"https:\/\/docs.solidaffiliate.com\/wp-content\/uploads\/sites\/6\/2021\/07\/shortcode.svg\",\"width\":42,\"height\":42},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.solidaffiliate.com\/shortcodes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/docs.solidaffiliate.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FAQs \/ Misc.\",\"item\":\"https:\/\/docs.solidaffiliate.com\/category\/faqs-misc\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Shortcodes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/docs.solidaffiliate.com\/#website\",\"url\":\"https:\/\/docs.solidaffiliate.com\/\",\"name\":\"Documentation | Solid Affiliate\",\"description\":\"Solid Affiliate Documentation\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/docs.solidaffiliate.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/docs.solidaffiliate.com\/#\/schema\/person\/7e43c4754ee3f3515a2ddff115645697\",\"name\":\"Ayman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.solidaffiliate.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a12f20d2298c555463080b153a55245cfda93f35fb4809ba99e893bfef8c840e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a12f20d2298c555463080b153a55245cfda93f35fb4809ba99e893bfef8c840e?s=96&d=mm&r=g\",\"caption\":\"Ayman\"},\"sameAs\":[\"https:\/\/solidaffiliate.com\"],\"url\":\"https:\/\/docs.solidaffiliate.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Shortcodes - Documentation | Solid Affiliate","description":"Solid Affiliate comes with a collection of shortcodes to give you control over the Affiliate Portal components.","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:\/\/docs.solidaffiliate.com\/shortcodes\/","og_locale":"en_US","og_type":"article","og_title":"Shortcodes - Documentation | Solid Affiliate","og_description":"Solid Affiliate comes with a collection of shortcodes to give you control over the Affiliate Portal components.","og_url":"https:\/\/docs.solidaffiliate.com\/shortcodes\/","og_site_name":"Documentation | Solid Affiliate","article_published_time":"2021-08-17T20:22:09+00:00","article_modified_time":"2024-01-09T16:56:07+00:00","author":"Ayman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ayman","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/docs.solidaffiliate.com\/shortcodes\/#article","isPartOf":{"@id":"https:\/\/docs.solidaffiliate.com\/shortcodes\/"},"author":{"name":"Ayman","@id":"https:\/\/docs.solidaffiliate.com\/#\/schema\/person\/7e43c4754ee3f3515a2ddff115645697"},"headline":"Shortcodes","datePublished":"2021-08-17T20:22:09+00:00","dateModified":"2024-01-09T16:56:07+00:00","mainEntityOfPage":{"@id":"https:\/\/docs.solidaffiliate.com\/shortcodes\/"},"wordCount":670,"image":{"@id":"https:\/\/docs.solidaffiliate.com\/shortcodes\/#primaryimage"},"thumbnailUrl":"https:\/\/docs.solidaffiliate.com\/wp-content\/uploads\/sites\/6\/2021\/07\/shortcode.svg","articleSection":["FAQs \/ Misc."],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/docs.solidaffiliate.com\/shortcodes\/","url":"https:\/\/docs.solidaffiliate.com\/shortcodes\/","name":"Shortcodes - Documentation | Solid Affiliate","isPartOf":{"@id":"https:\/\/docs.solidaffiliate.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/docs.solidaffiliate.com\/shortcodes\/#primaryimage"},"image":{"@id":"https:\/\/docs.solidaffiliate.com\/shortcodes\/#primaryimage"},"thumbnailUrl":"https:\/\/docs.solidaffiliate.com\/wp-content\/uploads\/sites\/6\/2021\/07\/shortcode.svg","datePublished":"2021-08-17T20:22:09+00:00","dateModified":"2024-01-09T16:56:07+00:00","author":{"@id":"https:\/\/docs.solidaffiliate.com\/#\/schema\/person\/7e43c4754ee3f3515a2ddff115645697"},"description":"Solid Affiliate comes with a collection of shortcodes to give you control over the Affiliate Portal components.","breadcrumb":{"@id":"https:\/\/docs.solidaffiliate.com\/shortcodes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.solidaffiliate.com\/shortcodes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.solidaffiliate.com\/shortcodes\/#primaryimage","url":"https:\/\/docs.solidaffiliate.com\/wp-content\/uploads\/sites\/6\/2021\/07\/shortcode.svg","contentUrl":"https:\/\/docs.solidaffiliate.com\/wp-content\/uploads\/sites\/6\/2021\/07\/shortcode.svg","width":42,"height":42},{"@type":"BreadcrumbList","@id":"https:\/\/docs.solidaffiliate.com\/shortcodes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.solidaffiliate.com\/"},{"@type":"ListItem","position":2,"name":"FAQs \/ Misc.","item":"https:\/\/docs.solidaffiliate.com\/category\/faqs-misc\/"},{"@type":"ListItem","position":3,"name":"Shortcodes"}]},{"@type":"WebSite","@id":"https:\/\/docs.solidaffiliate.com\/#website","url":"https:\/\/docs.solidaffiliate.com\/","name":"Documentation | Solid Affiliate","description":"Solid Affiliate Documentation","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.solidaffiliate.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/docs.solidaffiliate.com\/#\/schema\/person\/7e43c4754ee3f3515a2ddff115645697","name":"Ayman","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.solidaffiliate.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a12f20d2298c555463080b153a55245cfda93f35fb4809ba99e893bfef8c840e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a12f20d2298c555463080b153a55245cfda93f35fb4809ba99e893bfef8c840e?s=96&d=mm&r=g","caption":"Ayman"},"sameAs":["https:\/\/solidaffiliate.com"],"url":"https:\/\/docs.solidaffiliate.com\/author\/admin\/"}]}},"modified_by":"Ayman","_links":{"self":[{"href":"https:\/\/docs.solidaffiliate.com\/wp-json\/wp\/v2\/posts\/1176","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.solidaffiliate.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.solidaffiliate.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.solidaffiliate.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.solidaffiliate.com\/wp-json\/wp\/v2\/comments?post=1176"}],"version-history":[{"count":0,"href":"https:\/\/docs.solidaffiliate.com\/wp-json\/wp\/v2\/posts\/1176\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.solidaffiliate.com\/wp-json\/wp\/v2\/media\/573"}],"wp:attachment":[{"href":"https:\/\/docs.solidaffiliate.com\/wp-json\/wp\/v2\/media?parent=1176"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.solidaffiliate.com\/wp-json\/wp\/v2\/categories?post=1176"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.solidaffiliate.com\/wp-json\/wp\/v2\/tags?post=1176"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}