{"id":967,"date":"2023-09-06T09:06:22","date_gmt":"2023-09-06T08:06:22","guid":{"rendered":"https:\/\/harmonweb.com\/blog\/?p=967"},"modified":"2024-01-05T09:57:02","modified_gmt":"2024-01-05T08:57:02","slug":"how-to-disable-wordpress-php-error-messages","status":"publish","type":"post","link":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/","title":{"rendered":"How to Disable WordPress PHP Error Messages"},"content":{"rendered":"\n<p>WordPress comes with a great debugging tool that developers can use when working on a WordPress website. PHP warnings help developers dictate which of the codes in the website is faulty. However, that doesn\u2019t make the PHP error messages attractive to your website\u2019s visitors. In this article, I will be showing you how to disable WordPress PHP error messages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What\u2019s the cause of the WordPress PHP Error Messages?<\/strong><\/h2>\n\n\n\n<p>The PHP error messages are caused by outdated plugins or themes on your website. These plugins and themes trigger the warning due to their incompatibility with your site.<\/p>\n\n\n\n<p>Another cause of the PHP error messages is when you pair two plugins that are conflicting when paired together. Although these plugins may work very well on their own, the issue starts when they are paired together.<\/p>\n\n\n\n<p>While this error won\u2019t prevent your site from working, it won\u2019t look great to visitors coming to your site.<\/p>\n\n\n\n<p>The PHP error messages on WordPress look like this: <strong>\u201c\/wp-content\/plugins\/siteplugin.php on line 30\u201d<\/strong><\/p>\n\n\n\n<p>This error message doesn\u2019t necessarily mean the plugin is faulty or bad. It merely shows that some part of the plugin file isn\u2019t compatible with your current WordPress version, theme, or plugin on your site.<\/p>\n\n\n\n<p>These error messages are used by plugins and theme developers to detect incompatibility issues and debug the issues.<\/p>\n\n\n\n<p>However, unless you are planning to develop a theme or website, or fix the issue in the code yourself, it\u2019s probably best if you disable the warning messages. If the tool is still working and not completely broken, then you shouldn\u2019t really worry about the error.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"560\" src=\"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/image-87.png\" alt=\"\" class=\"wp-image-1229\" srcset=\"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/image-87.png 1000w, https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/image-87-300x168.png 300w, https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/image-87-768x430.png 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Disable WordPress PHP Error Messages&nbsp;<\/strong><\/h2>\n\n\n\n<p>Before you start this, I strongly advise that you create a backup of your site before you start any coding changes. This way if anything goes wrong, you will be able to restore your site.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Disabling WordPress PHP Error Messages<\/strong><\/h3>\n\n\n\n<p>Go to your website\u2019s File Manager using the cPanel, then go to your <strong>public_html <\/strong>folder. In the folder, locate the <strong>wp-config.php <\/strong>file and click <strong>Edit<\/strong>.<\/p>\n\n\n\n<p>In the wp-config file, go to the line that says:<\/p>\n\n\n\n<p>define(\u2018WP_DEBUG\u2019,true);<\/p>\n\n\n\n<p>You can also find the line is already set to false. If set to false, you will see this code instead:<\/p>\n\n\n\n<p>define(\u2018WP_DEBUG\u2019,false);<\/p>\n\n\n\n<p>Replace the whole line with the following code:<\/p>\n\n\n\n<p>1| ini_set(\u2018display_errors\u2019,\u2019Off\u2019);<\/p>\n\n\n\n<p>2| ini_set(\u2018error_reporting\u2019,<\/p>\n\n\n\n<p>3| define(\u2018WP_DEBUG\u2019,false);<\/p>\n\n\n\n<p>4| define(\u2018WP_DEBUG_DISPLAY,false)<\/p>\n\n\n\n<p>Now save the changes and go back to your website. You will find that the PHP error messages have been turned off.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Enabling PHP error messages<\/strong><\/h3>\n\n\n\n<p>Sometimes you may want to keep your site\u2019s PHP error messages on, especially when you are working or troubleshooting a website. In that case, if you want to enable the error messages again, you can go back to your <strong>wp-config.php <\/strong>file, follow the previous steps, and add the following code instead:<\/p>\n\n\n\n<p>1| define(\u2018WP_DEBUG\u2019,true);<\/p>\n\n\n\n<p>2| define(\u2018WP_DEBUG_DISPLAY\u2019,true);<\/p>\n\n\n\n<p>After adding this code, save the changes. Your WordPress site will start displaying PHP error messages again.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress comes with a great debugging tool that developers can use when working on a WordPress website. PHP&hellip;<\/p>\n","protected":false},"author":1,"featured_media":1228,"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-967","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.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Disable WordPress PHP Error Messages | 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-disable-wordpress-php-error-messages\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Disable WordPress PHP Error Messages | HarmonWeb Blog\" \/>\n<meta property=\"og:description\" content=\"WordPress comes with a great debugging tool that developers can use when working on a WordPress website. PHP&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/\" \/>\n<meta property=\"og:site_name\" content=\"HarmonWeb Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-06T08:06:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-05T08:57:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Disable-WordPress-PHP-Error-Messages.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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-disable-wordpress-php-error-messages\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/\"},\"author\":{\"name\":\"John Adegoke\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#\\\/schema\\\/person\\\/e9bc75c3e7e30a261690c47ec872a8fc\"},\"headline\":\"How to Disable WordPress PHP Error Messages\",\"datePublished\":\"2023-09-06T08:06:22+00:00\",\"dateModified\":\"2024-01-05T08:57:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/\"},\"wordCount\":528,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/How-to-Disable-WordPress-PHP-Error-Messages.png\",\"articleSection\":[\"Troubleshooting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/\",\"name\":\"How to Disable WordPress PHP Error Messages | HarmonWeb Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/How-to-Disable-WordPress-PHP-Error-Messages.png\",\"datePublished\":\"2023-09-06T08:06:22+00:00\",\"dateModified\":\"2024-01-05T08:57:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/#primaryimage\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/How-to-Disable-WordPress-PHP-Error-Messages.png\",\"contentUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/How-to-Disable-WordPress-PHP-Error-Messages.png\",\"width\":800,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-disable-wordpress-php-error-messages\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Disable WordPress PHP Error Messages\"}]},{\"@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=1775025204\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/0843e926db683e41ace2aee54210b841.jpg?ver=1775025204\",\"contentUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/0843e926db683e41ace2aee54210b841.jpg?ver=1775025204\",\"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 Disable WordPress PHP Error Messages | 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-disable-wordpress-php-error-messages\/","og_locale":"en_US","og_type":"article","og_title":"How to Disable WordPress PHP Error Messages | HarmonWeb Blog","og_description":"WordPress comes with a great debugging tool that developers can use when working on a WordPress website. PHP&hellip;","og_url":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/","og_site_name":"HarmonWeb Blog","article_published_time":"2023-09-06T08:06:22+00:00","article_modified_time":"2024-01-05T08:57:02+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Disable-WordPress-PHP-Error-Messages.png","type":"image\/png"}],"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-disable-wordpress-php-error-messages\/#article","isPartOf":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/"},"author":{"name":"John Adegoke","@id":"https:\/\/harmonweb.com\/blog\/#\/schema\/person\/e9bc75c3e7e30a261690c47ec872a8fc"},"headline":"How to Disable WordPress PHP Error Messages","datePublished":"2023-09-06T08:06:22+00:00","dateModified":"2024-01-05T08:57:02+00:00","mainEntityOfPage":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/"},"wordCount":528,"commentCount":0,"publisher":{"@id":"https:\/\/harmonweb.com\/blog\/#organization"},"image":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/#primaryimage"},"thumbnailUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Disable-WordPress-PHP-Error-Messages.png","articleSection":["Troubleshooting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/","url":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/","name":"How to Disable WordPress PHP Error Messages | HarmonWeb Blog","isPartOf":{"@id":"https:\/\/harmonweb.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/#primaryimage"},"image":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/#primaryimage"},"thumbnailUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Disable-WordPress-PHP-Error-Messages.png","datePublished":"2023-09-06T08:06:22+00:00","dateModified":"2024-01-05T08:57:02+00:00","breadcrumb":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/#primaryimage","url":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Disable-WordPress-PHP-Error-Messages.png","contentUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2022\/08\/How-to-Disable-WordPress-PHP-Error-Messages.png","width":800,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/harmonweb.com\/blog\/how-to-disable-wordpress-php-error-messages\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/harmonweb.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Disable WordPress PHP Error Messages"}]},{"@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=1775025204","url":"https:\/\/harmonweb.com\/blog\/wp-content\/litespeed\/avatar\/0843e926db683e41ace2aee54210b841.jpg?ver=1775025204","contentUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/litespeed\/avatar\/0843e926db683e41ace2aee54210b841.jpg?ver=1775025204","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\/967","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=967"}],"version-history":[{"count":2,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/posts\/967\/revisions"}],"predecessor-version":[{"id":1231,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/posts\/967\/revisions\/1231"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/media\/1228"}],"wp:attachment":[{"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/media?parent=967"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/categories?post=967"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/tags?post=967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}