{"id":4692,"date":"2025-09-24T06:09:13","date_gmt":"2025-09-24T05:09:13","guid":{"rendered":"https:\/\/ibex.tech\/wordpress-sites\/?p=4692"},"modified":"2026-04-24T10:35:43","modified_gmt":"2026-04-24T09:35:43","slug":"detect-if-in-admin-area","status":"publish","type":"post","link":"https:\/\/ibex.tech\/wordpress-sites\/page-builders\/elementor\/admin-area\/detect-if-in-admin-area","title":{"rendered":"Detect if in admin area"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Exit shortcode script if viewing page in WP admin area<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>  \/\/Don't add scripts if we are editing the page in WP Admin area\n  if ( (str_contains($_SERVER&#91;\"REQUEST_URI\"], '\/wp-admin\/')) || (str_contains($_SERVER&#91;\"REQUEST_URI\"], 'elementor-preview')) )\n    return(\"\");\n  <\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Exit shortcode script if viewing page in WP admin area<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[386],"tags":[],"class_list":["post-4692","post","type-post","status-publish","format-standard","hentry","category-admin-area"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/wordpress-sites\/wp-json\/wp\/v2\/posts\/4692","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/wordpress-sites\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/wordpress-sites\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/wordpress-sites\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/wordpress-sites\/wp-json\/wp\/v2\/comments?post=4692"}],"version-history":[{"count":5,"href":"https:\/\/ibex.tech\/wordpress-sites\/wp-json\/wp\/v2\/posts\/4692\/revisions"}],"predecessor-version":[{"id":4802,"href":"https:\/\/ibex.tech\/wordpress-sites\/wp-json\/wp\/v2\/posts\/4692\/revisions\/4802"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/wordpress-sites\/wp-json\/wp\/v2\/media?parent=4692"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/wordpress-sites\/wp-json\/wp\/v2\/categories?post=4692"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/wordpress-sites\/wp-json\/wp\/v2\/tags?post=4692"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}