{"id":24405,"date":"2013-07-21T20:36:14","date_gmt":"2013-07-21T20:36:14","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/debug-bar-screen-info\/"},"modified":"2016-04-28T10:26:49","modified_gmt":"2016-04-28T10:26:49","slug":"debug-bar-screen-info","status":"publish","type":"plugin","link":"https:\/\/bal.wordpress.org\/plugins\/debug-bar-screen-info\/","author":5998465,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.5","stable_tag":"1.1.5","tested":"4.5.33","requires":"3.5.1","requires_php":"","requires_plugins":"","header_name":"Debug Bar Screen Info","header_author":"bradvin, jrf","header_description":"","assets_banners_color":"f0f0f0","last_updated":"2016-04-28 10:26:49","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/fooplugins\/debug-bar-screen-info","header_author_uri":"http:\/\/fooplugins.com","rating":5,"author_block_rating":0,"active_installs":10,"downloads":6158,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.1.3":"<ul>\n<li>Upgrade highly recommended - multi-plugin compatibility issue<\/li>\n<\/ul>","1.1.1":"<ul>\n<li>Upgrade highly recommended - multi-plugin compatibility issue<\/li>\n<\/ul>","1.1.0":"<ul>\n<li>Merge with <a href=\"http:\/\/profiles.wordpress.org\/jrf\/\">Jrf<\/a>&#039;s version of the same<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"854968","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"854968","resolution":"1","location":"assets"}},"screenshots":{"1":"New Screen Info Panel"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[94,12751,23036,23035,23037],"plugin_category":[59],"plugin_contributors":[78152,78237],"plugin_business_model":[],"class_list":["post-24405","plugin","type-plugin","status-publish","hentry","plugin_tags-debug","plugin_tags-debug-bar","plugin_tags-get_current_screen","plugin_tags-screen-id","plugin_tags-wp_screen","plugin_category-utilities-and-tools","plugin_contributors-bradvin","plugin_contributors-jrf","plugin_committers-bradvin","plugin_committers-jrf"],"banners":{"banner":"https:\/\/ps.w.org\/debug-bar-screen-info\/assets\/banner-772x250.jpg?rev=854968","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/debug-bar-screen-info_f0f0f0.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/debug-bar-screen-info\/assets\/screenshot-1.png?rev=854968","caption":"New Screen Info Panel"}],"raw_content":"<!--section=description-->\n<blockquote>\n  <p>This plugin is an add-on for <em>Debug Bar<\/em>.\n  You must install and activate <a href=\"https:\/\/wordpress.org\/plugins\/debug-bar\/\">Debug Bar<\/a> first, for this plugin to work.<\/p>\n<\/blockquote>\n\n<p>Adds a new tab to the debug bar which shows all the screen info for the current page in the admin backend.<\/p>\n\n<p>Please note that this plugin should be used solely for debugging and\/or on a development environment and is not intended for use on a production site.<\/p>\n\n\n\n<p>If you like this plugin, please <a href=\"https:\/\/wordpress.org\/support\/view\/plugin-reviews\/debug-bar-screen-info\">rate and\/or review<\/a> it. If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in the <a href=\"https:\/\/wordpress.org\/support\/plugin\/debug-bar-screen-info\">Support Forum<\/a> or in the <a href=\"https:\/\/github.com\/fooplugins\/debug-bar-screen-info\/issues\">GitHub repository<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Install Debug Bar if not already installed (https:\/\/wordpress.org\/plugins\/debug-bar\/)<\/li>\n<li>Extract the .zip file for this plugin and upload its contents to the <code>\/wp-content\/plugins\/<\/code> directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Can it be used on live site ?<\/dt>\n<dd><p>This plugin is only meant to be used for development purposes, but shouldn't cause any issues if run on a production site.<\/p><\/dd>\n<dt>Why should I be interested in the screen info ?<\/dt>\n<dd><p>Because you can use it to conditionally include files, add help tabs, enqueue scripts and styles etc for the admin pages. Lean loading FTW ;-)<\/p><\/dd>\n<dt>Where does the screen info come from ?<\/dt>\n<dd><p>The screen info is retrieved via the <code>get_current_screen()<\/code> function and contains a <code>WP_Screen<\/code> object.<\/p>\n\n<blockquote>\n  <p>Role of WP_Screen<\/p>\n  \n  <p>This is a concrete class that is instantiated in the WordPress $screen global. It is primarily used to create and customize WordPress admin screens (as of WordPress 3.3).<\/p>\n<\/blockquote>\n\n<p><a href=\"http:\/\/codex.wordpress.org\/Class_Reference\/WP_Screen\">More information in the Codex<\/a><\/p><\/dd>\n<dt>Why won't the plugin activate ?<\/dt>\n<dd><p>Have you read what it says in the beautiful red bar at the top of your plugins page ? As it says there, the Debug Bar plugin needs to be active for this plugin to work. If the Debug Bar plugin is not active, this plugin will automatically de-activate itself.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1.5<\/h4>\n\n<ul>\n<li>Hard-code the text-domain for better compatibility with <a href=\"https:\/\/translate.wordpress.org\/projects\/wp-plugins\/debug-bar-screen-info\">GlotPress<\/a>.<\/li>\n<li>Make loading of text-domain compatible with use of the plugin in the <code>must-use<\/code> plugins directory.<\/li>\n<li>Updated the pretty print class to v1.6.0.<\/li>\n<li>Tested &amp; found compatible with WP 4.5<\/li>\n<li>Minor tidying up<\/li>\n<\/ul>\n\n<h4>1.1.4<\/h4>\n\n<ul>\n<li>Updated the pretty print class.<\/li>\n<li>Tested &amp; found compatible with WP 4.4<\/li>\n<li>Minor tidying up<\/li>\n<\/ul>\n\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>Fix compatibility with the <a href=\"https:\/\/wordpress.org\/plugins\/plugin-dependencies\/\">Plugin Dependencies<\/a> plugin<\/li>\n<li>Updated the pretty print class which now allows for limiting of the recursion depth.<\/li>\n<li>Tested &amp; found compatible with WP 4.2<\/li>\n<li>Minor tidying up<\/li>\n<li>Updated language files<\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Fix for parentage not being set as admin bar is loaded too early - <a href=\"https:\/\/github.com\/fooplugins\/debug-bar-screen-info\/issues\/5\">issue #5<\/a>. Thanks <a href=\"https:\/\/github.com\/grappler\">grappler<\/a> for reporting.<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Variable values are now pretty printed with type indication by default.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Merge with <a href=\"http:\/\/profiles.wordpress.org\/jrf\/\">Jrf<\/a>'s version of the same:\n\n<ul>\n<li>Now displays all available properties<\/li>\n<li>Displays current screen id + property count at top of panel and link to WP_Screen at the bottom<\/li>\n<li>Limits visibility to admin site as it's not relevant on the front-end<\/li>\n<li>Auto-disables itself when Debug Bar is not activated<\/li>\n<li>Added some css styling<\/li>\n<li>Made text strings translatable, added .pot file and a Dutch translation<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>","raw_excerpt":"Show screen info of the current admin page in a new tab within the debug bar","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/24405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=24405"}],"author":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bradvin"}],"wp:attachment":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=24405"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=24405"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=24405"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=24405"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=24405"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=24405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}