{"id":980,"date":"2023-09-06T11:08:52","date_gmt":"2023-09-06T10:08:52","guid":{"rendered":"https:\/\/harmonweb.com\/blog\/?p=980"},"modified":"2023-09-06T11:08:52","modified_gmt":"2023-09-06T10:08:52","slug":"how-to-fix-pluggable-php-file-errors-in-wordpress","status":"publish","type":"post","link":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/","title":{"rendered":"How to Fix Pluggable.php File Errors in WordPress"},"content":{"rendered":"\n<p>Is your WordPress website showing you a pluggable.php file error? This pluggable.php error is caused by the addition of a code snippet or activation of a new plugin on your website. This error is very puzzling and can leave you confused about how to go about fixing it. In this article, I will be discussing how to fix pluggable.php file errors in WordPress.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"670\" src=\"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/image-81.png\" alt=\"\" class=\"wp-image-1207\" srcset=\"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/image-81.png 730w, https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/image-81-300x275.png 300w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Cause of Pluggable.php File Errors in WordPress<\/strong><\/h2>\n\n\n\n<p>WordPress allows users to perform custom settings and override some of its core functions. This can be done using code snippets and plugins. These functions can be found in the pluggable.php file.<\/p>\n\n\n\n<p>But if the custom snippet code or plugin you used for the customization of one of these functions fails to do it correctly, then you will receive an error like this:<\/p>\n\n\n\n<p><strong>Warning<\/strong>: Cannot modify header information \u2012 headers already sent by (output started at \/home\/username\/thesite\/wp-content\/themes\/mytheme\/functions.php:128) in \/home\/username\/thesite\/wp-includes\/pluggable.php on line 1210<\/p>\n\n\n\n<p>Sometimes this error won\u2019t stop you from working on your website.<\/p>\n\n\n\n<p>Now let\u2019s take a look at how to fix pluggable.php file errors in WordPress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Fix Pluggable.php File Errors in WordPress<\/strong><\/h2>\n\n\n\n<p>Pluggable.php file is one of WordPress core files, so editing a core file as a first option without first being sure isn\u2019t a very good idea, regardless of what the error message says.<\/p>\n\n\n\n<p>The error may actually be coming from another location. So first ensure the error is in the pluggable.php file before you attempt editing it and when editing, focus on the location mentioned in the error message.<\/p>\n\n\n\n<p><strong>Warning<\/strong>: Cannot modify header information \u2012 headers already sent by (output started at \/home\/username\/thesite\/wp-content\/themes\/mytheme\/functions.php:128) in \/home\/username\/thesite\/wp-includes\/pluggable.php on line 1210<\/p>\n\n\n\n<p>In the above example, the error is in the theme\u2019s function.php file at line 128.<\/p>\n\n\n\n<p>This means that the location of the error is in your theme\u2019s function.php file, so you should edit it and replace or remove the code in line number 128 that\u2019s causing the error.<\/p>\n\n\n\n<p>At times, a simple extra space after a php?&gt; tag can cause the headers already sent error. So you have to check for the extra space and remove it to fix the error.<\/p>\n\n\n\n<p>Sometimes a plugin might be the cause of the pluggable.php file error. Here\u2019s how the message will look in such a case:<\/p>\n\n\n\n<p><strong>Warning<\/strong>: Cannot modify header information \u2012 headers already sent by (output started at \/home\/username\/thesite\/wp-content\/plugins\/name-of-plugin\/plugin-example.php:134) in \/home\/username\/thesite\/wp-includes\/pluggable.php on line 1123<\/p>\n\n\n\n<p>To fix the error, simply go to the plugin (in this case plugin-example) on your WordPress indicated in the error message and deactivate the plugin to fix the pluggable.php file error. You can also contact the plugin developers and notify them of the error.<\/p>\n\n\n\n<p>Pluggable.php file errors are mostly not caused by the files themselves, but by faulty plugins, custom snippet code, or themes that you added to the function.php file.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Is your WordPress website showing you a pluggable.php file error? This pluggable.php error is caused by the addition&hellip;<\/p>\n","protected":false},"author":1,"featured_media":1205,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[158],"tags":[],"class_list":["post-980","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Fix Pluggable.php File Errors in WordPress | HarmonWeb Blog<\/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:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Pluggable.php File Errors in WordPress | HarmonWeb Blog\" \/>\n<meta property=\"og:description\" content=\"Is your WordPress website showing you a pluggable.php file error? This pluggable.php error is caused by the addition&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"HarmonWeb Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-06T10:08:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Fix-Pluggable.php-File-Errors-in-WordPress.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"520\" \/>\n\t<meta property=\"og:image:height\" content=\"340\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"John Adegoke\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Adegoke\" \/>\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:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/\"},\"author\":{\"name\":\"John Adegoke\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#\\\/schema\\\/person\\\/e9bc75c3e7e30a261690c47ec872a8fc\"},\"headline\":\"How to Fix Pluggable.php File Errors in WordPress\",\"datePublished\":\"2023-09-06T10:08:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/\"},\"wordCount\":526,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/How-to-Fix-Pluggable.php-File-Errors-in-WordPress.jpg\",\"articleSection\":[\"Troubleshooting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/\",\"name\":\"How to Fix Pluggable.php File Errors in WordPress | HarmonWeb Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/How-to-Fix-Pluggable.php-File-Errors-in-WordPress.jpg\",\"datePublished\":\"2023-09-06T10:08:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/#primaryimage\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/How-to-Fix-Pluggable.php-File-Errors-in-WordPress.jpg\",\"contentUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/How-to-Fix-Pluggable.php-File-Errors-in-WordPress.jpg\",\"width\":520,\"height\":340},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-fix-pluggable-php-file-errors-in-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix Pluggable.php File Errors in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/\",\"name\":\"HarmonWeb Blog\",\"description\":\"HarmonWeb\",\"publisher\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#organization\",\"name\":\"HarmonWeb\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/cropped-HARMON-WEB-LOGO-2.png\",\"contentUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/cropped-HARMON-WEB-LOGO-2.png\",\"width\":831,\"height\":172,\"caption\":\"HarmonWeb\"},\"image\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#\\\/schema\\\/person\\\/e9bc75c3e7e30a261690c47ec872a8fc\",\"name\":\"John Adegoke\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677\",\"contentUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677\",\"caption\":\"John Adegoke\"},\"sameAs\":[\"https:\\\/\\\/harmonweb.com\\\/blog\"],\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/author\\\/harmonweb\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix Pluggable.php File Errors in WordPress | HarmonWeb Blog","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:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix Pluggable.php File Errors in WordPress | HarmonWeb Blog","og_description":"Is your WordPress website showing you a pluggable.php file error? This pluggable.php error is caused by the addition&hellip;","og_url":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/","og_site_name":"HarmonWeb Blog","article_published_time":"2023-09-06T10:08:52+00:00","og_image":[{"width":520,"height":340,"url":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Fix-Pluggable.php-File-Errors-in-WordPress.jpg","type":"image\/jpeg"}],"author":"John Adegoke","twitter_card":"summary_large_image","twitter_misc":{"Written by":"John Adegoke","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/"},"author":{"name":"John Adegoke","@id":"https:\/\/harmonweb.com\/blog\/#\/schema\/person\/e9bc75c3e7e30a261690c47ec872a8fc"},"headline":"How to Fix Pluggable.php File Errors in WordPress","datePublished":"2023-09-06T10:08:52+00:00","mainEntityOfPage":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/"},"wordCount":526,"commentCount":0,"publisher":{"@id":"https:\/\/harmonweb.com\/blog\/#organization"},"image":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Fix-Pluggable.php-File-Errors-in-WordPress.jpg","articleSection":["Troubleshooting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/","url":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/","name":"How to Fix Pluggable.php File Errors in WordPress | HarmonWeb Blog","isPartOf":{"@id":"https:\/\/harmonweb.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Fix-Pluggable.php-File-Errors-in-WordPress.jpg","datePublished":"2023-09-06T10:08:52+00:00","breadcrumb":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/#primaryimage","url":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Fix-Pluggable.php-File-Errors-in-WordPress.jpg","contentUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Fix-Pluggable.php-File-Errors-in-WordPress.jpg","width":520,"height":340},{"@type":"BreadcrumbList","@id":"https:\/\/harmonweb.com\/blog\/how-to-fix-pluggable-php-file-errors-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/harmonweb.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Fix Pluggable.php File Errors in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/harmonweb.com\/blog\/#website","url":"https:\/\/harmonweb.com\/blog\/","name":"HarmonWeb Blog","description":"HarmonWeb","publisher":{"@id":"https:\/\/harmonweb.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/harmonweb.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/harmonweb.com\/blog\/#organization","name":"HarmonWeb","url":"https:\/\/harmonweb.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/harmonweb.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2020\/06\/cropped-HARMON-WEB-LOGO-2.png","contentUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2020\/06\/cropped-HARMON-WEB-LOGO-2.png","width":831,"height":172,"caption":"HarmonWeb"},"image":{"@id":"https:\/\/harmonweb.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/harmonweb.com\/blog\/#\/schema\/person\/e9bc75c3e7e30a261690c47ec872a8fc","name":"John Adegoke","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/harmonweb.com\/blog\/wp-content\/litespeed\/avatar\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677","url":"https:\/\/harmonweb.com\/blog\/wp-content\/litespeed\/avatar\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677","contentUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/litespeed\/avatar\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677","caption":"John Adegoke"},"sameAs":["https:\/\/harmonweb.com\/blog"],"url":"https:\/\/harmonweb.com\/blog\/author\/harmonweb\/"}]}},"_links":{"self":[{"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/posts\/980","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/comments?post=980"}],"version-history":[{"count":2,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/posts\/980\/revisions"}],"predecessor-version":[{"id":1208,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/posts\/980\/revisions\/1208"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/media\/1205"}],"wp:attachment":[{"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/media?parent=980"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/categories?post=980"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/tags?post=980"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}