Title: Debug Bar Screen Info
Author: bradvin
Published: <strong>Agẹmọ  21, 2013</strong>
Last modified: Igbe 28, 2016

---

Ṣàwárí àwọn plugin

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

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

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

# Debug Bar Screen Info

 Láti ọwọ́ [bradvin](https://profiles.wordpress.org/bradvin/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/debug-bar-screen-info.1.1.5.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/debug-bar-screen-info/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/debug-bar-screen-info/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/debug-bar-screen-info/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/debug-bar-screen-info/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/debug-bar-screen-info/)

## Àpèjúwe

> 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).

## Àwọn àwòrán ìbòjú

[⌊New Screen Info Panel⌉⌊New Screen Info Panel⌉[

New Screen Info Panel

## Ìgbéwọlẹ̀

 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.

## FAQ

  Can it be used on live site ?

This plugin is only meant to be used for development purposes, but shouldnÌtumọ̀
Yorùbá: ’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Ìtumọ̀ Yorùbá: ’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.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Debug Bar Screen Info” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti
ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

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

A ti túmọ̀ “Debug Bar Screen Info” sí àwọn èdè agbègbè 2. Ọpẹ́lọpẹ́ fún [àwọn atúmọ̀ èdè](https://translate.wordpress.org/projects/wp-plugins/debug-bar-screen-info/contributors)
fún àwọn ìkópa wọn.

[Túmọ̀ “Debug Bar Screen Info” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/debug-bar-screen-info)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/debug-bar-screen-info/),
ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/debug-bar-screen-info/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/debug-bar-screen-info/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/debug-bar-screen-info/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 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 Ìtumọ̀ Yorùbá:–
   [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Ìtumọ̀ Yorùbá: ’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

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.1.5**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 10 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 3.5.1 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **4.5.33**
 *  Àwọn èdè
 * [English (Canada)](https://en-ca.wordpress.org/plugins/debug-bar-screen-info/),
   [English (US)](https://wordpress.org/plugins/debug-bar-screen-info/), àti [Swedish](https://sv.wordpress.org/plugins/debug-bar-screen-info/).
 *  [Túmọ̀ sí èdè rẹ](https://translate.wordpress.org/projects/wp-plugins/debug-bar-screen-info)
 * Àwọn àmì
 * [debug](https://yor.wordpress.org/plugins/tags/debug/)[debug bar](https://yor.wordpress.org/plugins/tags/debug-bar/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/debug-bar-screen-info/advanced/)

## Àwọn ìbò

 5 lára àwọn ìràwọ̀ 5.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/?filter=2)
 *  [  0 1-star reviews     ](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)

[Wo gbogbo àwọn àgbéyẹ̀wò](https://wordpress.org/support/plugin/debug-bar-screen-info/reviews/)

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/debug-bar-screen-info/)