Title: Debug Bar Screen Info
Author: bradvin
Published: <strong>2013 年 7 月 21 日</strong>
Last modified: 2016 年 4 月 28 日

---

搜尋外掛

![](https://ps.w.org/debug-bar-screen-info/assets/banner-772x250.jpg?rev=854968)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/debug-bar-screen-info_f0f0f0.svg)

# Debug Bar Screen Info

 由 [bradvin](https://profiles.wordpress.org/bradvin/) 開發

[下載](https://downloads.wordpress.org/plugin/debug-bar-screen-info.1.1.5.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/debug-bar-screen-info/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/debug-bar-screen-info/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/debug-bar-screen-info/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/debug-bar-screen-info/#developers)

 [技術支援](https://wordpress.org/support/plugin/debug-bar-screen-info/)

## 外掛說明

> This plugin is an add-on for _Debug Bar_.
>  You must install and activate [Debug Bar](https://wordpress.org/plugins/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](https://wordpress.org/support/view/plugin-reviews/debug-bar-screen-info)
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](https://wordpress.org/support/plugin/debug-bar-screen-info)
or in the [GitHub repository](https://github.com/fooplugins/debug-bar-screen-info/issues).

## 螢幕擷圖

 * [[
 * 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](https://codex.wordpress.org/Class_Reference/WP_Screen)

  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〉的開發相關工作。

參與者

 *   [ bradvin ](https://profiles.wordpress.org/bradvin/)
 *   [ Juliette Reinders Folmer ](https://profiles.wordpress.org/jrf/)

〈Debug Bar Screen Info〉外掛目前已有 2 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/debug-bar-screen-info/contributors)
為這個外掛做出的貢獻。

[將〈Debug Bar Screen Info〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/debug-bar-screen-info)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/debug-bar-screen-info/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/debug-bar-screen-info/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/debug-bar-screen-info/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/debug-bar-screen-info/)。

## 變更記錄

#### 1.1.5

 * Hard-code the text-domain for better compatibility with [GlotPress](https://translate.wordpress.org/projects/wp-plugins/debug-bar-screen-info).
 * 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](https://wordpress.org/plugins/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](https://github.com/fooplugins/debug-bar-screen-info/issues/5).
   Thanks [grappler](https://github.com/grappler) for reporting.

#### 1.1.1

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

#### 1.1.0

 * Merge with [Jrf](https://profiles.wordpress.org/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

## 中繼資料

 *  版本 **1.1.5**
 *  最後更新 **10 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 3.5.1 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.5.33**
 *  語言
 * [English (Canada)](https://en-ca.wordpress.org/plugins/debug-bar-screen-info/)、
   [English (US)](https://wordpress.org/plugins/debug-bar-screen-info/)、及 [Swedish](https://sv.wordpress.org/plugins/debug-bar-screen-info/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/debug-bar-screen-info)
 * 標籤:
 * [debug](https://tw.wordpress.org/plugins/tags/debug/)[debug bar](https://tw.wordpress.org/plugins/tags/debug-bar/)
 *  [進階檢視](https://tw.wordpress.org/plugins/debug-bar-screen-info/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/)

## 參與者

 *   [ bradvin ](https://profiles.wordpress.org/bradvin/)
 *   [ Juliette Reinders Folmer ](https://profiles.wordpress.org/jrf/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/debug-bar-screen-info/)