{"id":150,"date":"2014-10-16T23:22:28","date_gmt":"2014-10-16T23:22:28","guid":{"rendered":"http:\/\/128.199.176.160\/?p=150"},"modified":"2026-08-29T13:49:40","modified_gmt":"2026-08-29T08:49:40","slug":"check-plugin-activation-in-wordpress","status":"publish","type":"post","link":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/","title":{"rendered":"How to Check a Specific Plugin is Activated or Not ?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">While working on the EDD (<strong>Easy Digital Downloads<\/strong>) add-on of Analytify, I was looking for a way to check if the Easy Digital Downloads plugin is already activated or not. So, a message should appear to our users that &#8220;<strong>They should activate Easy Digital Downloads to make the <em>Analytify for EDD<\/em> work properly.<\/strong> &#8220;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Almost every plugin has a class name, we can use the <strong>PHP function<\/strong> &#8216;<strong>class_exists<\/strong>&#8216; to know if it exists or not. Following is the code which can be used to check a plugin is activate or not.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">add_action( 'admin_notices', array(\n                                  &amp;amp;$this,\n                                  'analytify_edd_plugin_notices'\n));\npublic function analytify_edd_plugin_notices() {\n\nif( !class_exists( 'Easy_Digital_Downloads' ) )\necho \"&lt;div class=\"error\"&gt;\" . __( \"Easy Digital Downloads is not active. So, Analytify for EDD Add-on will not work properly.\", 'wp-analytify' ).\"&lt;\/div&gt;\";\n\n}<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you know any other way to achieve the same task, do let us know. &nbsp;Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>While working on the EDD (Easy Digital Downloads) add-on of Analytify, I was looking for a way to check if the Easy Digital Downloads plugin is already activated or not. So, a message should appear to our users that &ldquo;They should activate Easy Digital Downloads to make the Analytify for EDD work properly. &ldquo; Almost [&hellip;]<\/p>\n","protected":false},"author":328,"featured_media":320118,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_analytify_skip_tracking":false,"footnotes":""},"categories":[53,570],"tags":[13,12,17,16,15,14],"class_list":["post-150","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-wordpress-plugin","tag-action","tag-admin_notices","tag-analytify","tag-easy-digital-downloads","tag-edd","tag-hook"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.3 (Yoast SEO v28.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Check a Specific Plugin is Activated or Not ? - WPBrigade<\/title>\n<meta name=\"description\" content=\"How to check a specific plugin is activated or not by adding the code to your wordpress website and check plugin is active or not.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpbrigade.com\/check-plugin-activation-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 Check a Specific Plugin is Activated or Not ?\" \/>\n<meta property=\"og:description\" content=\"How to check a specific plugin is activated or not by adding the code to your wordpress website and check plugin is active or not.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"WPBrigade\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/WPBrigade\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/hiddenpearls\" \/>\n<meta property=\"article:published_time\" content=\"2014-10-16T23:22:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-29T08:49:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2014\/10\/how-to-check-a-specific-plugin-is-activated-or-not.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Muhammad Adnan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hiddenpearls\" \/>\n<meta name=\"twitter:site\" content=\"@wpbrigade\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Muhammad Adnan\" \/>\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:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/\"},\"author\":{\"name\":\"Muhammad Adnan\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/person\\\/f2c6788834c178ba7639069db004f5f9\"},\"headline\":\"How to Check a Specific Plugin is Activated or Not ?\",\"datePublished\":\"2014-10-16T23:22:28+00:00\",\"dateModified\":\"2026-08-29T08:49:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/\"},\"wordCount\":118,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2014\\\/10\\\/how-to-check-a-specific-plugin-is-activated-or-not.png\",\"keywords\":[\"action\",\"admin_notices\",\"Analytify\",\"Easy Digital Downloads\",\"EDD\",\"hook\"],\"articleSection\":[\"How-to\",\"WordPress Plugin\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/\",\"name\":\"How to Check a Specific Plugin is Activated or Not ? - WPBrigade\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2014\\\/10\\\/how-to-check-a-specific-plugin-is-activated-or-not.png\",\"datePublished\":\"2014-10-16T23:22:28+00:00\",\"dateModified\":\"2026-08-29T08:49:40+00:00\",\"description\":\"How to check a specific plugin is activated or not by adding the code to your wordpress website and check plugin is active or not.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2014\\\/10\\\/how-to-check-a-specific-plugin-is-activated-or-not.png\",\"contentUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2014\\\/10\\\/how-to-check-a-specific-plugin-is-activated-or-not.png\",\"width\":1500,\"height\":800,\"caption\":\"How to check if a plugin is activated or not\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/check-plugin-activation-in-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wpbrigade.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Check a Specific Plugin is Activated or Not ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#website\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/\",\"name\":\"WPBrigade\",\"description\":\"WordPress Development Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wpbrigade.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#organization\",\"name\":\"WPBrigade\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Screen-Shot-2021-07-02-at-12.42.14-AM.png\",\"contentUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Screen-Shot-2021-07-02-at-12.42.14-AM.png\",\"width\":271,\"height\":63,\"caption\":\"WPBrigade\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/WPBrigade\",\"https:\\\/\\\/x.com\\\/wpbrigade\",\"https:\\\/\\\/www.instagram.com\\\/wpbrigade.agency\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/wpbrigade\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/Wpbrigade\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/person\\\/f2c6788834c178ba7639069db004f5f9\",\"name\":\"Muhammad Adnan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/691592e104a2092a042efecda057c8fe7f1e0d3e97b946c282e8a351f1ba122b?s=96&d=retro&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/691592e104a2092a042efecda057c8fe7f1e0d3e97b946c282e8a351f1ba122b?s=96&d=retro&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/691592e104a2092a042efecda057c8fe7f1e0d3e97b946c282e8a351f1ba122b?s=96&d=retro&r=g\",\"caption\":\"Muhammad Adnan\"},\"description\":\"Adnan is the CEO of WPBrigade and Analytify, and a Senior Software Architect with over a decade of experience in WordPress and web development. A Google Summer of Code Alumnus (GSA 2013), he has a strong foundation in open-source development and software engineering. Adnan is passionate about startups, WordPress, and building tools that help businesses make sense of their data.\",\"sameAs\":[\"https:\\\/\\\/adnan.pk\",\"https:\\\/\\\/www.facebook.com\\\/hiddenpearls\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/withadnan\\\/\",\"https:\\\/\\\/x.com\\\/hiddenpearls\"],\"honorificPrefix\":\"Mr\",\"award\":[\"Innovation Hero\",\"Google Student Ambassador\",\"Google Summer of Code\",\"Open Source Contributor\"],\"knowsAbout\":[\"Analytics\",\"Agentic AI\",\"SaaS\",\"WordPress\",\"Python\",\"Software Development\"],\"knowsLanguage\":[\"English\",\"Urdu\"],\"jobTitle\":\"CEO\",\"worksFor\":\"WPBrigade\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/author\\\/adnan\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Check a Specific Plugin is Activated or Not ? - WPBrigade","description":"How to check a specific plugin is activated or not by adding the code to your wordpress website and check plugin is active or not.","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:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to Check a Specific Plugin is Activated or Not ?","og_description":"How to check a specific plugin is activated or not by adding the code to your wordpress website and check plugin is active or not.","og_url":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/","og_site_name":"WPBrigade","article_publisher":"https:\/\/facebook.com\/WPBrigade","article_author":"https:\/\/www.facebook.com\/hiddenpearls","article_published_time":"2014-10-16T23:22:28+00:00","article_modified_time":"2026-08-29T08:49:40+00:00","og_image":[{"width":1500,"height":800,"url":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2014\/10\/how-to-check-a-specific-plugin-is-activated-or-not.png","type":"image\/png"}],"author":"Muhammad Adnan","twitter_card":"summary_large_image","twitter_creator":"@hiddenpearls","twitter_site":"@wpbrigade","twitter_misc":{"Written by":"Muhammad Adnan","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/"},"author":{"name":"Muhammad Adnan","@id":"https:\/\/wpbrigade.com\/#\/schema\/person\/f2c6788834c178ba7639069db004f5f9"},"headline":"How to Check a Specific Plugin is Activated or Not ?","datePublished":"2014-10-16T23:22:28+00:00","dateModified":"2026-08-29T08:49:40+00:00","mainEntityOfPage":{"@id":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/"},"wordCount":118,"commentCount":0,"publisher":{"@id":"https:\/\/wpbrigade.com\/#organization"},"image":{"@id":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2014\/10\/how-to-check-a-specific-plugin-is-activated-or-not.png","keywords":["action","admin_notices","Analytify","Easy Digital Downloads","EDD","hook"],"articleSection":["How-to","WordPress Plugin"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/","url":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/","name":"How to Check a Specific Plugin is Activated or Not ? - WPBrigade","isPartOf":{"@id":"https:\/\/wpbrigade.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2014\/10\/how-to-check-a-specific-plugin-is-activated-or-not.png","datePublished":"2014-10-16T23:22:28+00:00","dateModified":"2026-08-29T08:49:40+00:00","description":"How to check a specific plugin is activated or not by adding the code to your wordpress website and check plugin is active or not.","breadcrumb":{"@id":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/#primaryimage","url":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2014\/10\/how-to-check-a-specific-plugin-is-activated-or-not.png","contentUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2014\/10\/how-to-check-a-specific-plugin-is-activated-or-not.png","width":1500,"height":800,"caption":"How to check if a plugin is activated or not"},{"@type":"BreadcrumbList","@id":"https:\/\/wpbrigade.com\/check-plugin-activation-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpbrigade.com\/"},{"@type":"ListItem","position":2,"name":"How to Check a Specific Plugin is Activated or Not ?"}]},{"@type":"WebSite","@id":"https:\/\/wpbrigade.com\/#website","url":"https:\/\/wpbrigade.com\/","name":"WPBrigade","description":"WordPress Development Agency","publisher":{"@id":"https:\/\/wpbrigade.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpbrigade.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wpbrigade.com\/#organization","name":"WPBrigade","url":"https:\/\/wpbrigade.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpbrigade.com\/#\/schema\/logo\/image\/","url":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2021\/07\/Screen-Shot-2021-07-02-at-12.42.14-AM.png","contentUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2021\/07\/Screen-Shot-2021-07-02-at-12.42.14-AM.png","width":271,"height":63,"caption":"WPBrigade"},"image":{"@id":"https:\/\/wpbrigade.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/WPBrigade","https:\/\/x.com\/wpbrigade","https:\/\/www.instagram.com\/wpbrigade.agency\/","https:\/\/www.linkedin.com\/company\/wpbrigade","https:\/\/www.youtube.com\/c\/Wpbrigade"]},{"@type":"Person","@id":"https:\/\/wpbrigade.com\/#\/schema\/person\/f2c6788834c178ba7639069db004f5f9","name":"Muhammad Adnan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/691592e104a2092a042efecda057c8fe7f1e0d3e97b946c282e8a351f1ba122b?s=96&d=retro&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/691592e104a2092a042efecda057c8fe7f1e0d3e97b946c282e8a351f1ba122b?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/691592e104a2092a042efecda057c8fe7f1e0d3e97b946c282e8a351f1ba122b?s=96&d=retro&r=g","caption":"Muhammad Adnan"},"description":"Adnan is the CEO of WPBrigade and Analytify, and a Senior Software Architect with over a decade of experience in WordPress and web development. A Google Summer of Code Alumnus (GSA 2013), he has a strong foundation in open-source development and software engineering. Adnan is passionate about startups, WordPress, and building tools that help businesses make sense of their data.","sameAs":["https:\/\/adnan.pk","https:\/\/www.facebook.com\/hiddenpearls","https:\/\/www.linkedin.com\/in\/withadnan\/","https:\/\/x.com\/hiddenpearls"],"honorificPrefix":"Mr","award":["Innovation Hero","Google Student Ambassador","Google Summer of Code","Open Source Contributor"],"knowsAbout":["Analytics","Agentic AI","SaaS","WordPress","Python","Software Development"],"knowsLanguage":["English","Urdu"],"jobTitle":"CEO","worksFor":"WPBrigade","url":"https:\/\/wpbrigade.com\/author\/adnan\/"}]}},"_links":{"self":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts\/150","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/users\/328"}],"replies":[{"embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/comments?post=150"}],"version-history":[{"count":2,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts\/150\/revisions"}],"predecessor-version":[{"id":322454,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts\/150\/revisions\/322454"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/media\/320118"}],"wp:attachment":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/media?parent=150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/categories?post=150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/tags?post=150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}