开发者 |
bradvin
jrf |
---|---|
更新时间 | 2016年4月28日 18:26 |
PHP版本: | 3.5.1 及以上 |
WordPress版本: | 4.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
This plugin is an add-on for Debug Bar. You must install and activate Debug Bar first, for this plugin to work.Adds a new tab to the debug bar which shows all the screen info for the current page in the admin backend. 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. If you like this plugin, please rate and/or review 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 Support Forum or in the GitHub repository.
/wp-content/plugins/
directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install.This plugin is only meant to be used for development purposes, but shouldn't cause any issues if run on a production site.
Because you can use it to conditionally include files, add help tabs, enqueue scripts and styles etc for the admin pages. Lean loading FTW ;-)
The screen info is retrieved via the get_current_screen()
function and contains a WP_Screen
object.
Role of WP_Screen 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). More information in the Codex
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.
must-use
plugins directory.