{"id":4028,"date":"2023-07-31T10:05:17","date_gmt":"2023-07-31T08:05:17","guid":{"rendered":"https:\/\/www.knowboard.de\/?p=4028"},"modified":"2023-07-31T10:05:20","modified_gmt":"2023-07-31T08:05:20","slug":"how-to-detect-certain-admin-pages-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.knowboard.de\/how-to-detect-certain-admin-pages-in-wordpress\/","title":{"rendered":"How to detect certain admin pages in WordPress"},"content":{"rendered":"\n
\/\/this will print the current screen data in the source code\nadd_action('current_screen', 'detecting_current_screen');\n\nfunction detecting_current_screen() {\n  $current_screen = get_current_screen();\n  print_r($current_screen);\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"\/\/this will print the current screen data in the source code add_action('current_screen', 'detecting_current_screen'); function detecting_current_screen() { $current_screen = get_current_screen(); print_r($current_screen); }","protected":false},"author":1,"featured_media":4031,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"categories":[56,6],"tags":[],"class_list":["post-4028","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php","category-wordpress","entry","has-media"],"_links":{"self":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4028"}],"collection":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/comments?post=4028"}],"version-history":[{"count":1,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4028\/revisions"}],"predecessor-version":[{"id":4032,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4028\/revisions\/4032"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/media\/4031"}],"wp:attachment":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/media?parent=4028"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/categories?post=4028"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/tags?post=4028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}