{"id":5806,"date":"2024-08-02T06:39:53","date_gmt":"2024-08-02T06:39:53","guid":{"rendered":"https:\/\/kb.cloudhostgeek.com\/?p=5806"},"modified":"2025-11-05T10:44:59","modified_gmt":"2025-11-05T10:44:59","slug":"enable-debug-mode-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/","title":{"rendered":"WordPress debug mode how to enable and use It effectively"},"content":{"rendered":"\n<p class=\"has-black-color has-text-color has-link-color wp-elements-f0a35568d8e08916585b40d72e38501b wp-block-paragraph\">Enabling debug mode in WordPress is useful for troubleshooting and identifying errors that might occur on your website. By activating debug mode in WordPress shows PHP errors, warnings, and notices on the screen, which provides valuable information for website developers and administrators to diagnose and resolve issues. <\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-99e662e9d71b069c3765df00c749aa78\"><strong>Steps to Enable Debug Mode<\/strong><\/h4>\n\n\n\n<h5 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-0bfc48f527f6f9136d38bf3e99c63344\"><strong>1. Edit <code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">wp-config.php<\/mark><\/code>&nbsp;File<\/strong><\/h5>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-f7df6d94b4077f2204bbe1ac5b5ddb88 wp-block-paragraph\">The debug mode which is located in the root directory of your <strong><a href=\"https:\/\/kb.cloudhostgeek.com\/wordpress\/install-wordpress-on-cpanel\/\" style=\"color:#7a00df;\">WordPress installation<\/a><\/strong> is controlled through the&nbsp;<strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">wp-config.php<\/mark><\/code><\/strong>&nbsp;file. Before making any changes, it&#8217;s a good idea to create a backup of the&nbsp;<strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">wp-config.php<\/mark><\/code><\/strong>&nbsp;file.&nbsp;<\/p>\n\n\n\n<h5 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-3b5d52185557be2a39ec5ce3c628f6ac\"><strong>2. Open <code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">wp-config.php<\/mark>&nbsp;<\/code>in a Text Editor<\/strong><\/h5>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-b6dd845790339f88ea4a73c2f71c6945 wp-block-paragraph\">Use an FTP client or cPanel File Manager to access the&nbsp;<strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">wp-config.php<\/mark><\/code><\/strong>&nbsp;file. Download the file to your computer, open it in a text editor (such as Notepad or Visual Studio Code), and make the necessary changes.&nbsp;&nbsp;<\/p>\n\n\n\n<h5 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-2c775682784f73f367021f8e6805d162\"><strong>3. Add Debug Constants<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-f4fac0d1bfb33232ee97ec85323eb898\">\n<li>To enable debug mode, add the following constants to the&nbsp;<strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">wp-config.php<\/mark><\/code><\/strong>&nbsp;file:&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"276\" height=\"40\" src=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/08\/image-8.png\" alt=\"Debug Mode in WordPress | BigCloudy KB \" class=\"wp-image-5809\"\/><\/figure>\n<\/div>\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-38605652638b4e050f4636615d8dba1f\">\n<li>This line enables debug mode, allowing WordPress to display PHP errors, warnings, and notices on the screen.&nbsp;<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"287\" height=\"44\" src=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/08\/image-6.png\" alt=\"Enable Debug Mode in WordPress| BigCloudy KB \" class=\"wp-image-5807\"\/><\/figure>\n<\/div>\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-cf8ffa787f7d4be94a8e77c09777f13a\">\n<li>Adding this line will create a log file named&nbsp;debug.log&nbsp;in the&nbsp;<strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">\/wp-content\/&nbsp;directory<\/mark><\/code><\/strong>. <\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-e5f77014c9b9670239d5fe167810aa24\">\n<li>The log file will record all PHP errors, warnings, and notices instead of displaying them on the screen. This is helpful for keeping the error messages organized and not cluttering the frontend.&nbsp;<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"333\" height=\"45\" src=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/08\/image-7.png\" alt=\"Set False in Debug | BigCloudy KB\" class=\"wp-image-5808\" srcset=\"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/08\/image-7.png 333w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/08\/image-7-300x41.png 300w\" sizes=\"(max-width: 333px) 100vw, 333px\" \/><\/figure>\n<\/div>\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-f6b4c0a5e2d919d4c5be4558bed3286a\">\n<li>Setting this to&nbsp;false&nbsp;will prevent displaying PHP errors, warnings, and notices on the screen. It&#8217;s useful when you want to log the errors in the background but not show them to your website visitors.&nbsp;<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-4b7d5d4d0ef38f49547290673f55fe3c\"><strong>4. Save the File<\/strong><\/h5>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-d2a3b11d6ec7e3f74165b70500c4a212 wp-block-paragraph\">After adding the debug constants, save the&nbsp;<strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">wp-config.php<\/mark><\/code><\/strong>&nbsp;file.&nbsp;<\/p>\n\n\n\n<h5 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-a32215a0d2c20708bf2324e2f162c1a7\"><strong>5. Test Debug Mode<\/strong><\/h5>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-0bc03c35dcb0df3ca9f1ff49ef4805de wp-block-paragraph\">Once you&#8217;ve enabled debug mode, visit your website and perform the actions that were causing issues. If there are any PHP errors, warnings, or notices, they should now be displayed on the screen (or logged in the&nbsp;debug.log&nbsp;file if you set&nbsp;<strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">WP_DEBUG_DISPLAY<\/mark><\/code><\/strong>&nbsp;to&nbsp;false).&nbsp;<\/p>\n\n\n\n<h5 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-1046ac6a90185a43d1e635e38b197428\"><strong>6. Disable Debug Mode (Optional)&nbsp;<\/strong>&nbsp;<\/h5>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-ed8b7b0b0d810255fc45c8f9777c124e wp-block-paragraph\">After resolving the issues or completing the debugging process, it&#8217;s essential to disable debug mode to prevent PHP errors from being displayed publicly. To disable debug mode, either remove the three lines of debug constants from the&nbsp;<strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">wp-config.php<\/mark><\/code><\/strong>&nbsp;file or set the&nbsp;<strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">WP_DEBUG<\/mark><\/code><\/strong>&nbsp;constant to&nbsp;false:&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"258\" height=\"53\" src=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/08\/image-9.png\" alt=\"Disable Debug Mode in WordPress | BigCloudy KB \" class=\"wp-image-5810\"\/><\/figure>\n<\/div>\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-b122a1be97d77e618e69beb6c8815b28 wp-block-paragraph\">&nbsp;7. Save the file after making the changes.&nbsp;<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-00fb8e990bc716d9d8e1d166ec3acd20 wp-block-paragraph\">Remember to be cautious when enabling debug mode, especially on a live website, as it may reveal sensitive information to visitors. It&#8217;s best to use debug mode for troubleshooting and resolving the issues and disable it once done.<\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-466f55e6b24a5ea26de217a7ecd8c328\"><strong>Additional Resources<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a style=\"color:#7a00df;\" href=\"https:\/\/wordpress.org\/documentation\/\">WordPress Documentation<\/a><\/strong><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Enabling debug mode in WordPress is useful for troubleshooting and identifying errors that might occur on your website. By activating debug mode in WordPress shows PHP errors, warnings, and notices on the screen, which provides valuable information for website developers and administrators to diagnose and resolve issues. Steps to Enable Debug Mode 1. Edit wp-config.php&nbsp;File The debug mode which is located in the root directory of your WordPress installation is controlled through the&nbsp;wp-config.php&nbsp;file. Before making any changes, it&#8217;s a good idea to create a backup of the&nbsp;wp-config.php&nbsp;file.&nbsp; 2. Open wp-config.php&nbsp;in a Text Editor Use an FTP client or cPanel File Manager to access the&nbsp;wp-config.php&nbsp;file. Download the file to your computer, open it in a text editor (such as Notepad or Visual Studio Code), and make the necessary changes.&nbsp;&nbsp; 3. Add Debug Constants 4. Save the File After adding the debug constants, save the&nbsp;wp-config.php&nbsp;file.&nbsp; 5. Test Debug Mode Once you&#8217;ve enabled debug mode, visit your website and perform the actions that were causing issues. If there are any PHP errors, warnings, or notices, they should now be displayed on the screen (or logged in the&nbsp;debug.log&nbsp;file if you set&nbsp;WP_DEBUG_DISPLAY&nbsp;to&nbsp;false).&nbsp; 6. Disable Debug Mode (Optional)&nbsp;&nbsp; After resolving the issues or completing the debugging process, it&#8217;s essential to disable debug mode to prevent PHP errors from being displayed publicly. To disable debug mode, either remove the three lines of debug constants from the&nbsp;wp-config.php&nbsp;file or set the&nbsp;WP_DEBUG&nbsp;constant to&nbsp;false:&nbsp; &nbsp;7. Save the file after making the changes.&nbsp; Remember to be cautious when enabling debug mode, especially on a live website, as it may reveal sensitive information to visitors. It&#8217;s best to use debug mode for troubleshooting and resolving the issues and disable it once done. Additional Resources<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_theme","format":"standard","meta":{"_acf_changed":false,"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"rop_custom_images_group":[],"rop_custom_messages_group":[],"rop_publish_now":"initial","rop_publish_now_accounts":[],"rop_publish_now_history":[],"rop_publish_now_status":"pending","footnotes":""},"categories":[158,6],"tags":[225,247],"class_list":["post-5806","post","type-post","status-publish","format-standard","hentry","category-troubleshooting-wordpress","category-wordpress","tag-troubleshooting","tag-wordpress","no-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.7 (Yoast SEO v26.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Enable Debug Mode in WordPress?\u00a0<\/title>\n<meta name=\"description\" content=\"Activate the debug mode in WordPress to identify and troubleshoot errors easily and improve your website&#039;s performance and stability.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress debug mode how to enable and use It effectively\" \/>\n<meta property=\"og:description\" content=\"Activate the debug mode in WordPress to identify and troubleshoot errors easily and improve your website&#039;s performance and stability.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"CloudHostGeek Help Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BigCloudyHosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-02T06:39:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-05T10:44:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/08\/image-8.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bigcloudypvtltd\" \/>\n<meta name=\"twitter:site\" content=\"@bigcloudypvtltd\" \/>\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=\"3 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Enable Debug Mode in WordPress?\u00a0","description":"Activate the debug mode in WordPress to identify and troubleshoot errors easily and improve your website's performance and stability.","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:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"WordPress debug mode how to enable and use It effectively","og_description":"Activate the debug mode in WordPress to identify and troubleshoot errors easily and improve your website's performance and stability.","og_url":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/","og_site_name":"CloudHostGeek Help Center","article_publisher":"https:\/\/www.facebook.com\/BigCloudyHosting\/","article_published_time":"2024-08-02T06:39:53+00:00","article_modified_time":"2025-11-05T10:44:59+00:00","og_image":[{"url":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/08\/image-8.png","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@bigcloudypvtltd","twitter_site":"@bigcloudypvtltd","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/"},"author":{"name":"admin","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/378209d3259734d846716786afbc52b0"},"headline":"WordPress debug mode how to enable and use It effectively","datePublished":"2024-08-02T06:39:53+00:00","dateModified":"2025-11-05T10:44:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/"},"wordCount":452,"publisher":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization"},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/08\/image-8.png","keywords":["Troubleshooting","WordPress"],"articleSection":["Troubleshooting Wordpress","WordPress"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/","name":"How to Enable Debug Mode in WordPress?\u00a0","isPartOf":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/08\/image-8.png","datePublished":"2024-08-02T06:39:53+00:00","dateModified":"2025-11-05T10:44:59+00:00","description":"Activate the debug mode in WordPress to identify and troubleshoot errors easily and improve your website's performance and stability.","breadcrumb":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/#primaryimage","url":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/08\/image-8.png","contentUrl":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/08\/image-8.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/enable-debug-mode-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bigcloudy.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"WordPress debug mode how to enable and use It effectively"}]},{"@type":"WebSite","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#website","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/","name":"https:\/\/www.bigcloudy.com\/","description":"Your step-by-step guide to hosting, servers &amp; website tools.","publisher":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bigcloudy.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization","name":"BigCloudy internt services pvt ltd.","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/logo\/image\/","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/09\/cropped-BGC_logo.webp","contentUrl":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/09\/cropped-BGC_logo.webp","width":368,"height":114,"caption":"BigCloudy internt services pvt ltd."},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BigCloudyHosting\/","https:\/\/x.com\/bigcloudypvtltd","https:\/\/www.instagram.com\/bigcloudypvtltd\/"]},{"@type":"Person","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/378209d3259734d846716786afbc52b0","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/42ea90e921e5926f1db3403e79195ea7c0e898504fd43555e6099a85c9c91443?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/42ea90e921e5926f1db3403e79195ea7c0e898504fd43555e6099a85c9c91443?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/kb.cloudhostgeek.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/5806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=5806"}],"version-history":[{"count":0,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/5806\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=5806"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=5806"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=5806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}