Este plugin não foi testado com as 3 atualizações principais mais recentes do WordPress. Pode ser que não tenha mais manutenção ou suporte e talvez tenha problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Debug Bar Screen Info

Descrição

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.

Imagens de tela

  • New Screen Info Panel

Instalação

  1. Install Debug Bar if not already installed (https://wordpress.org/plugins/debug-bar/)
  2. Extract the .zip file for this plugin and upload its contents to the /wp-content/plugins/ directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install.
  3. Ative o plugin no menu ‘Plugins’ do seu WordPress.

FAQ

Can it be used on live site ?

This plugin is only meant to be used for development purposes, but shouldn’t cause any issues if run on a production site.

Why should I be interested in the screen info ?

Because you can use it to conditionally include files, add help tabs, enqueue scripts and styles etc for the admin pages. Lean loading FTW 😉

Where does the screen info come from ?

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

Why won’t the plugin activate ?

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.

Avaliações

Não existem avaliações para esse plugin.

Colaboradores e desenvolvedores

“Debug Bar Screen Info” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores

“Debug Bar Screen Info” foi traduzido para 2 localizações. Agradecemos aos tradutores por suas contribuições.

Traduzir “Debug Bar Screen Info” para o seu idioma.

Interessado no desenvolvimento?

Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.

Registro de alterações

1.1.5

  • Hard-code the text-domain for better compatibility with GlotPress.
  • Make loading of text-domain compatible with use of the plugin in the must-use plugins directory.
  • Updated the pretty print class to v1.6.0.
  • Tested & found compatible with WP 4.5
  • Minor tidying up

1.1.4

  • Updated the pretty print class.
  • Tested & found compatible with WP 4.4
  • Minor tidying up

1.1.3

  • Fix compatibility with the Plugin Dependencies plugin
  • Updated the pretty print class which now allows for limiting of the recursion depth.
  • Tested & found compatible with WP 4.2
  • Minor tidying up
  • Updated language files

1.1.2

  • Fix for parentage not being set as admin bar is loaded too early – issue #5. Thanks grappler for reporting.

1.1.1

  • Variable values are now pretty printed with type indication by default.

1.1.0

  • Merge with Jrf‘s version of the same:
    • Now displays all available properties
    • Displays current screen id + property count at top of panel and link to WP_Screen at the bottom
    • Limits visibility to admin site as it’s not relevant on the front-end
    • Auto-disables itself when Debug Bar is not activated
    • Added some css styling
    • Made text strings translatable, added .pot file and a Dutch translation

1.0.0

  • First release