Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/functions.php:6114) in /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/functions.php:6114) in /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/functions.php:6114) in /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/functions.php:6114) in /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/functions.php:6114) in /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/functions.php:6114) in /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/functions.php:6114) in /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/functions.php:6114) in /home/teamikci/subdomain/apsaraaruna.dev/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":94,"date":"2022-12-28T12:08:59","date_gmt":"2022-12-28T06:38:59","guid":{"rendered":"https:\/\/apsaraaruna.com\/?p=94"},"modified":"2023-06-26T23:48:30","modified_gmt":"2023-06-26T18:18:30","slug":"add-html-code-after-body-tag-in-wordpress-using-functions-php","status":"publish","type":"post","link":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/","title":{"rendered":"Add html code after body tag in WordPress using functions.php"},"content":{"rendered":"\r\n

To add HTML code after the <body><\/code> tag in WordPress using the functions.php<\/code> file, you can use the wp_body_open<\/code> action hook. This hook is triggered after the <body><\/code> tag is opened in the document, and it allows you to insert any content you want at this point in the page.<\/p>\r\n\r\n\r\n\r\n

Here’s an example of how you can use the wp_body_open<\/code> action hook to add HTML code after the <body><\/code> tag:<\/p>\r\n\r\n\r\n\r\n

\r\n
function my_custom_code() {\r\n  echo '<div>My custom HTML code goes here<\/div>';\r\n}\r\nadd_action( 'wp_body_open', 'my_custom_code' );<\/code><\/pre>\r\n<\/div>\r\n\r\n\r\n\r\n

In this example, the my_custom_code()<\/code> function contains the HTML code that you want to insert. This function is then attached to the wp_body_open<\/code> action hook using the add_action()<\/code> function. When the hook is triggered, the HTML code in the my_custom_code()<\/code> function will be inserted into the page.<\/p>\r\n\r\n\r\n\r\n

Keep in mind that you will need to add this code to your theme’s functions.php<\/code> file or a custom plugin in order for it to work.<\/p>\r\n","protected":false},"excerpt":{"rendered":"

To add HTML code after the <body> tag in WordPress using the functions.php file, you can use the wp_body_open action hook. This hook is triggered after the <body> tag is opened in the document, and it allows you to insert any content you want at this point in the page. Here’s an example of how […]<\/p>\n","protected":false},"author":1,"featured_media":92,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-94","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress"],"yoast_head":"\nAdd html code after body tag in Wordpress using functions.php - Apsara Aruna<\/title>\n<meta name=\"description\" content=\"To add HTML code after the tag in WordPress using the functions.php file, you can use the wp_body_open action hook.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Add html code after body tag in Wordpress using functions.php - Apsara Aruna\" \/>\n<meta property=\"og:description\" content=\"To add HTML code after the tag in WordPress using the functions.php file, you can use the wp_body_open action hook.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/\" \/>\n<meta property=\"og:site_name\" content=\"Apsara Aruna\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/apsaraaruna\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-28T06:38:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-26T18:18:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/11\/apsaraaruna.com-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/apsaraaruna\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/apsaraaruna.dev\/#\/schema\/person\/4db07772ed21534007c4c7c37089d93b\"},\"headline\":\"Add html code after body tag in WordPress using functions.php\",\"datePublished\":\"2022-12-28T06:38:59+00:00\",\"dateModified\":\"2023-06-26T18:18:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/\"},\"wordCount\":143,\"publisher\":{\"@id\":\"https:\/\/apsaraaruna.dev\/#\/schema\/person\/b7f19eb32907c2a0fa41b275afe085a9\"},\"image\":{\"@id\":\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/11\/apsaraaruna.com-1.png\",\"articleSection\":[\"Wordpress\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/\",\"url\":\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/\",\"name\":\"Add html code after body tag in Wordpress using functions.php - Apsara Aruna\",\"isPartOf\":{\"@id\":\"https:\/\/apsaraaruna.dev\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/11\/apsaraaruna.com-1.png\",\"datePublished\":\"2022-12-28T06:38:59+00:00\",\"dateModified\":\"2023-06-26T18:18:30+00:00\",\"description\":\"To add HTML code after the tag in WordPress using the functions.php file, you can use the wp_body_open action hook.\",\"breadcrumb\":{\"@id\":\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#primaryimage\",\"url\":\"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/11\/apsaraaruna.com-1.png\",\"contentUrl\":\"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/11\/apsaraaruna.com-1.png\",\"width\":1920,\"height\":1080,\"caption\":\"apsara aruna wordpress\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/apsaraaruna.dev\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Add html code after body tag in WordPress using functions.php\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/apsaraaruna.dev\/#website\",\"url\":\"https:\/\/apsaraaruna.dev\/\",\"name\":\"Apsara Aruna\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/apsaraaruna.dev\/#\/schema\/person\/b7f19eb32907c2a0fa41b275afe085a9\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/apsaraaruna.dev\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/apsaraaruna.dev\/#\/schema\/person\/b7f19eb32907c2a0fa41b275afe085a9\",\"name\":\"Apsara Aruna\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/apsaraaruna.dev\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/08\/ap-logo.png\",\"contentUrl\":\"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/08\/ap-logo.png\",\"width\":324,\"height\":282,\"caption\":\"Apsara Aruna\"},\"logo\":{\"@id\":\"https:\/\/apsaraaruna.dev\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/apsaraaruna.dev\/#\/schema\/person\/4db07772ed21534007c4c7c37089d93b\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/apsaraaruna.dev\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/424761d0553fa53b05263e1654d6414a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/424761d0553fa53b05263e1654d6414a?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/apsaraaruna.com\",\"https:\/\/www.facebook.com\/apsaraaruna\",\"https:\/\/www.instagram.com\/apsaraaruna\/\",\"https:\/\/www.linkedin.com\/in\/apsaraaruna\",\"https:\/\/www.pinterest.com\/apsaraaruna\",\"https:\/\/x.com\/https:\/\/twitter.com\/apsaraaruna\",\"https:\/\/www.youtube.com\/apsaraaruna\",\"https:\/\/commons.wikimedia.org\/wiki\/User:Apsaraaruna\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Add html code after body tag in Wordpress using functions.php - Apsara Aruna","description":"To add HTML code after the tag in WordPress using the functions.php file, you can use the wp_body_open action hook.","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:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/","og_locale":"en_US","og_type":"article","og_title":"Add html code after body tag in Wordpress using functions.php - Apsara Aruna","og_description":"To add HTML code after the tag in WordPress using the functions.php file, you can use the wp_body_open action hook.","og_url":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/","og_site_name":"Apsara Aruna","article_author":"https:\/\/www.facebook.com\/apsaraaruna","article_published_time":"2022-12-28T06:38:59+00:00","article_modified_time":"2023-06-26T18:18:30+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/11\/apsaraaruna.com-1.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/apsaraaruna","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#article","isPartOf":{"@id":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/"},"author":{"name":"admin","@id":"https:\/\/apsaraaruna.dev\/#\/schema\/person\/4db07772ed21534007c4c7c37089d93b"},"headline":"Add html code after body tag in WordPress using functions.php","datePublished":"2022-12-28T06:38:59+00:00","dateModified":"2023-06-26T18:18:30+00:00","mainEntityOfPage":{"@id":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/"},"wordCount":143,"publisher":{"@id":"https:\/\/apsaraaruna.dev\/#\/schema\/person\/b7f19eb32907c2a0fa41b275afe085a9"},"image":{"@id":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#primaryimage"},"thumbnailUrl":"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/11\/apsaraaruna.com-1.png","articleSection":["Wordpress"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/","url":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/","name":"Add html code after body tag in Wordpress using functions.php - Apsara Aruna","isPartOf":{"@id":"https:\/\/apsaraaruna.dev\/#website"},"primaryImageOfPage":{"@id":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#primaryimage"},"image":{"@id":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#primaryimage"},"thumbnailUrl":"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/11\/apsaraaruna.com-1.png","datePublished":"2022-12-28T06:38:59+00:00","dateModified":"2023-06-26T18:18:30+00:00","description":"To add HTML code after the tag in WordPress using the functions.php file, you can use the wp_body_open action hook.","breadcrumb":{"@id":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#primaryimage","url":"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/11\/apsaraaruna.com-1.png","contentUrl":"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/11\/apsaraaruna.com-1.png","width":1920,"height":1080,"caption":"apsara aruna wordpress"},{"@type":"BreadcrumbList","@id":"https:\/\/apsaraaruna.dev\/wordpress\/add-html-code-after-body-tag-in-wordpress-using-functions-php\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/apsaraaruna.dev\/"},{"@type":"ListItem","position":2,"name":"Add html code after body tag in WordPress using functions.php"}]},{"@type":"WebSite","@id":"https:\/\/apsaraaruna.dev\/#website","url":"https:\/\/apsaraaruna.dev\/","name":"Apsara Aruna","description":"","publisher":{"@id":"https:\/\/apsaraaruna.dev\/#\/schema\/person\/b7f19eb32907c2a0fa41b275afe085a9"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/apsaraaruna.dev\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/apsaraaruna.dev\/#\/schema\/person\/b7f19eb32907c2a0fa41b275afe085a9","name":"Apsara Aruna","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/apsaraaruna.dev\/#\/schema\/person\/image\/","url":"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/08\/ap-logo.png","contentUrl":"https:\/\/apsaraaruna.dev\/wp-content\/uploads\/2022\/08\/ap-logo.png","width":324,"height":282,"caption":"Apsara Aruna"},"logo":{"@id":"https:\/\/apsaraaruna.dev\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/apsaraaruna.dev\/#\/schema\/person\/4db07772ed21534007c4c7c37089d93b","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/apsaraaruna.dev\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/424761d0553fa53b05263e1654d6414a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/424761d0553fa53b05263e1654d6414a?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/apsaraaruna.com","https:\/\/www.facebook.com\/apsaraaruna","https:\/\/www.instagram.com\/apsaraaruna\/","https:\/\/www.linkedin.com\/in\/apsaraaruna","https:\/\/www.pinterest.com\/apsaraaruna","https:\/\/x.com\/https:\/\/twitter.com\/apsaraaruna","https:\/\/www.youtube.com\/apsaraaruna","https:\/\/commons.wikimedia.org\/wiki\/User:Apsaraaruna"]}]}},"_links":{"self":[{"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/posts\/94","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/comments?post=94"}],"version-history":[{"count":4,"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/posts\/94\/revisions"}],"predecessor-version":[{"id":111,"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/posts\/94\/revisions\/111"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/media\/92"}],"wp:attachment":[{"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/media?parent=94"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/categories?post=94"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/apsaraaruna.dev\/wp-json\/wp\/v2\/tags?post=94"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}