该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Debug Bar Screen Info

描述

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.

屏幕截图

  • New Screen Info Panel

安装

  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. 通过WordPress的“插件”菜单激活插件。

常见问题

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.

评价

此插件暂无评价。

贡献者及开发者

「Debug Bar Screen Info」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Debug Bar Screen Info」插件已被翻译至 2 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Debug Bar Screen Info」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

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