這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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. Activate the plugin through the ‘Plugins’ menu in 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