{"id":13184459,"date":"2026-03-06T12:01:41","date_gmt":"2026-03-06T12:01:41","guid":{"rendered":"https:\/\/www.wpallimport.com\/?p=13184459"},"modified":"2026-03-27T12:09:31","modified_gmt":"2026-03-27T12:09:31","slug":"how-do-i-use-a-debug-plugin-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/","title":{"rendered":"How Do I Use a Debug Plugin in WordPress?"},"content":{"rendered":"\n<p>A WordPress debug plugin helps you identify errors, warnings, and other technical issues on your site without manually enabling debugging settings or reviewing server log files. Instead of editing configuration files like <code>wp-config.php<\/code>, a debug plugin displays useful troubleshooting information directly in the WordPress dashboard.<\/p>\n\n\n\n<p>These tools are commonly used to diagnose problems with plugins, themes, or custom code and can make the debugging process much easier for site owners who don\u2019t want to work with server files.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing and Using a Debug Plugin<\/h2>\n\n\n\n<p>Using a debug plugin in WordPress is similar to installing any other plugin. After installation, you can use it to monitor your site, view debugging information, and troubleshoot errors.<\/p>\n\n\n\n<p>To use a debug plugin:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to <strong>Plugins \u2192 Add New<\/strong> in your WordPress dashboard.<\/li>\n\n\n\n<li>Search for a debugging plugin such as <strong>WP Debug Toolkit<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Install Now<\/strong>, then <strong>Activate<\/strong>.<\/li>\n\n\n\n<li>Open the plugin\u2019s dashboard or settings page to configure its features and view debugging information.<\/li>\n<\/ol>\n\n\n\n<p>Depending on the plugin, you may need to enable certain debugging features before it begins recording or displaying errors, warnings, and notices generated by WordPress. Many debug plugins organize these messages so you can quickly identify which component is causing a problem.<\/p>\n\n\n\n<p>For example, if a plugin triggers a PHP warning or a theme contains a coding error, the debugging plugin can highlight the file and line where the issue occurred.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What a WordPress Debug Plugin Shows<\/h2>\n\n\n\n<p>Most debugging plugins collect and display technical information that would normally appear in WordPress error logs. This may include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PHP warnings and fatal errors<\/li>\n\n\n\n<li>WordPress notices<\/li>\n\n\n\n<li>Plugin or theme conflicts<\/li>\n\n\n\n<li>File paths where errors occur<\/li>\n\n\n\n<li>Stack traces or debugging details<\/li>\n<\/ul>\n\n\n\n<p>Seeing this information in a dashboard interface makes it easier to troubleshoot issues without searching through server log files.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Are WordPress Debug Plugins Safe to Use on Live Sites?<\/h2>\n\n\n\n<p>Debug plugins can generally be used safely on live sites, especially when they display debugging information only within the WordPress admin area.<\/p>\n\n\n\n<p>However, there are a few best practices to follow:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Avoid displaying debugging errors publicly on the front end of your site.<\/li>\n\n\n\n<li>Restrict debugging information to administrators.<\/li>\n\n\n\n<li>Disable debugging tools once you\u2019ve finished troubleshooting.<\/li>\n<\/ul>\n\n\n\n<p>Many debugging plugins are designed with these precautions in mind and limit access to debugging information within the WordPress dashboard.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Do Debug Plugins Slow Down a WordPress Site?<\/h2>\n\n\n\n<p>Most WordPress debug plugins have little impact on site performance during normal use. They mainly record errors and display debugging information when issues occur.<\/p>\n\n\n\n<p>However, enabling certain debugging features\u2014such as detailed logging or constant monitoring\u2014can add a small amount of overhead. On busy production sites, it\u2019s usually best to enable debugging tools only when actively troubleshooting a problem.<\/p>\n\n\n\n<p>Once the issue is resolved, you can deactivate the plugin to return your site to normal operation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Debugging WordPress with WP Debug Toolkit<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8.png\" data-rel=\"lightbox-image-0\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8-1024x538.png\" alt=\"WP Debug Toolkit\" class=\"wp-image-13184640\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8-1024x538.png 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8-300x158.png 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8-768x404.png 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8-1536x807.png 1536w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8.png 1810w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p><a href=\"https:\/\/wpdebugtoolkit.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">WP Debug Toolkit<\/a> is designed to simplify the WordPress debugging process. Instead of enabling debugging constants manually or searching through log files, the plugin collects and displays errors in an interface inside the WordPress dashboard.<\/p>\n\n\n\n<p>With WP Debug Toolkit, you can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>View WordPress errors, warnings, and notices in real time<\/li>\n\n\n\n<li>Identify which plugin, theme, or custom code triggered a problem<\/li>\n\n\n\n<li>Search and filter errors to find the most relevant issues<\/li>\n\n\n\n<li>Troubleshoot problems without editing configuration files<\/li>\n\n\n\n<li>Analyze database queries to identify problem queries and their source<\/li>\n<\/ul>\n\n\n\n<p>This makes it easier to diagnose WordPress issues quickly, even if you don\u2019t have direct access to your server or error logs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Final Thoughts<\/h2>\n\n\n\n<p>A WordPress debug plugin can make troubleshooting much easier by surfacing errors and technical details directly in your dashboard. Instead of manually enabling debug settings or reviewing server log files, you can quickly see what\u2019s causing problems on your site.<\/p>\n\n\n\n<p>While WordPress includes built-in debugging tools, plugins like WP Debug Toolkit provide a more convenient way to monitor errors and diagnose conflicts between plugins, themes, and custom code. Using a debugging plugin can help you identify issues faster and keep your WordPress site running smoothly.<\/p>\n\n\n\n<p>For a complete list of debugging plugins, see the&nbsp;<a href=\"https:\/\/www.wpallimport.com\/wordpress-debug-plugins\/\" target=\"_blank\" rel=\"noreferrer noopener\">7 Best WordPress Debug Plugins<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A WordPress debug plugin helps you identify errors, warnings, and other technical issues on your site without manually enabling debugging settings or reviewing server log files. Instead of editing configuration files like wp-config.php, a debug plugin displays useful troubleshooting information directly in the WordPress dashboard. These tools are commonly used to diagnose problems with plugins, [&hellip;]<\/p>\n","protected":false},"author":82597,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_stopmodifiedupdate":false,"_modified_date":"","inline_featured_image":false,"ep_exclude_from_search":false,"footnotes":""},"categories":[1],"tags":[],"content_author":[213],"cta":[222],"class_list":["post-13184459","post","type-post","status-publish","format-standard","hentry","category-uncategorized","content_author-editorial-staff","cta-wp-debug-toolkit"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Do I Use a Debug Plugin in WordPress? - WP All Import<\/title>\n<meta name=\"description\" content=\"In this article, we explain how to use a debug plugin in WordPress, using WP Debug Toolkit as an example of this.\" \/>\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.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Do I Use a Debug Plugin in WordPress? - WP All Import\" \/>\n<meta property=\"og:description\" content=\"In this article, we explain how to use a debug plugin in WordPress, using WP Debug Toolkit as an example of this.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"WP All Import\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/groups\/wpallimport\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-06T12:01:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-27T12:09:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1810\" \/>\n\t<meta property=\"og:image:height\" content=\"951\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Editorial Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editorial Staff\" \/>\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:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/\"},\"author\":{\"name\":\"Editorial Staff\",\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/person\/213\",\"url\":\"https:\/\/www.wpallimport.com\/author\/editorial-staff\/\"},\"headline\":\"How Do I Use a Debug Plugin in WordPress?\",\"datePublished\":\"2026-03-06T12:01:41+00:00\",\"dateModified\":\"2026-03-27T12:09:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/\"},\"wordCount\":692,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.wpallimport.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8-1024x538.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/\",\"url\":\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/\",\"name\":\"How Do I Use a Debug Plugin in WordPress? - WP All Import\",\"isPartOf\":{\"@id\":\"https:\/\/www.wpallimport.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8-1024x538.png\",\"datePublished\":\"2026-03-06T12:01:41+00:00\",\"dateModified\":\"2026-03-27T12:09:31+00:00\",\"description\":\"In this article, we explain how to use a debug plugin in WordPress, using WP Debug Toolkit as an example of this.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#primaryimage\",\"url\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8.png\",\"contentUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8.png\",\"width\":1810,\"height\":951},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wpallimport.com\/#website\",\"url\":\"https:\/\/www.wpallimport.com\/\",\"name\":\"WP All Import\",\"description\":\"Import XML &amp; CSV to WordPress\",\"publisher\":{\"@id\":\"https:\/\/www.wpallimport.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wpallimport.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.wpallimport.com\/#organization\",\"name\":\"WP All Import\",\"url\":\"https:\/\/www.wpallimport.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg\",\"contentUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg\",\"width\":199,\"height\":37,\"caption\":\"WP All Import\"},\"image\":{\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/person\/213\",\"name\":\"Editorial Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/person\/image\/213\",\"url\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/WP-All-Import-Logo-Big.jpg\",\"contentUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/WP-All-Import-Logo-Big.jpg\",\"caption\":\"Editorial Staff\"},\"url\":\"https:\/\/www.wpallimport.com\/author\/editorial-staff\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Do I Use a Debug Plugin in WordPress? - WP All Import","description":"In this article, we explain how to use a debug plugin in WordPress, using WP Debug Toolkit as an example of this.","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.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How Do I Use a Debug Plugin in WordPress? - WP All Import","og_description":"In this article, we explain how to use a debug plugin in WordPress, using WP Debug Toolkit as an example of this.","og_url":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/","og_site_name":"WP All Import","article_author":"https:\/\/www.facebook.com\/groups\/wpallimport","article_published_time":"2026-03-06T12:01:41+00:00","article_modified_time":"2026-03-27T12:09:31+00:00","og_image":[{"width":1810,"height":951,"url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8.png","type":"image\/png"}],"author":"Editorial Staff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Editorial Staff","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/"},"author":{"name":"Editorial Staff","@id":"https:\/\/www.wpallimport.com\/#\/schema\/person\/213","url":"https:\/\/www.wpallimport.com\/author\/editorial-staff\/"},"headline":"How Do I Use a Debug Plugin in WordPress?","datePublished":"2026-03-06T12:01:41+00:00","dateModified":"2026-03-27T12:09:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/"},"wordCount":692,"commentCount":0,"publisher":{"@id":"https:\/\/www.wpallimport.com\/#organization"},"image":{"@id":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8-1024x538.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/","url":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/","name":"How Do I Use a Debug Plugin in WordPress? - WP All Import","isPartOf":{"@id":"https:\/\/www.wpallimport.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8-1024x538.png","datePublished":"2026-03-06T12:01:41+00:00","dateModified":"2026-03-27T12:09:31+00:00","description":"In this article, we explain how to use a debug plugin in WordPress, using WP Debug Toolkit as an example of this.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wpallimport.com\/how-do-i-use-a-debug-plugin-in-wordpress\/#primaryimage","url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8.png","contentUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/image-8.png","width":1810,"height":951},{"@type":"WebSite","@id":"https:\/\/www.wpallimport.com\/#website","url":"https:\/\/www.wpallimport.com\/","name":"WP All Import","description":"Import XML &amp; CSV to WordPress","publisher":{"@id":"https:\/\/www.wpallimport.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wpallimport.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.wpallimport.com\/#organization","name":"WP All Import","url":"https:\/\/www.wpallimport.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg","contentUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg","width":199,"height":37,"caption":"WP All Import"},"image":{"@id":"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.wpallimport.com\/#\/schema\/person\/213","name":"Editorial Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wpallimport.com\/#\/schema\/person\/image\/213","url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/WP-All-Import-Logo-Big.jpg","contentUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2026\/03\/WP-All-Import-Logo-Big.jpg","caption":"Editorial Staff"},"url":"https:\/\/www.wpallimport.com\/author\/editorial-staff\/"}]}},"_links":{"self":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/posts\/13184459","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/users\/82597"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/comments?post=13184459"}],"version-history":[{"count":0,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/posts\/13184459\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/media?parent=13184459"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/categories?post=13184459"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/tags?post=13184459"},{"taxonomy":"content_author","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/content_author?post=13184459"},{"taxonomy":"cta","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/cta?post=13184459"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}