Title: Debug Bar Custom Info
Author: FitWP
Published: <strong>2014-06-13</strong>
Last modified: 2014-07-01

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# Debug Bar Custom Info

 Autor: [FitWP](https://profiles.wordpress.org/fitwp/)

[Pobierz](https://downloads.wordpress.org/plugin/debug-bar-custom-info.1.0.2.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/debug-bar-custom-info/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/debug-bar-custom-info/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/debug-bar-custom-info/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/debug-bar-custom-info/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/debug-bar-custom-info/)

## Opis

This plugin adds an extra panel to [Debug Bar](https://wordpress.org/plugins/debug-bar/)
plugin that allows developers to output custom debug info.

Developers can log any variable to see its value when running PHP in WordPress. 
This helps developers see the real-time values of variables. It works exactly like`
console.log()` in browsers.

#### How to add custom debug info

Add the following code wherever you want to debug a variable:

    ```
    do_action( 'add_debug_info', $var, $label );
    ```

where `$var` can has any data type.

 * If `$var` is a string or any simple value, the value is outputted directly.
 * If `$var` is an array or object, the output is the same as `print_r( $var )`.

And `$label` is the description label (optional).

#### How to view debug info

 * Click on **Debug Bar** in the top right of the admin bar
 * Select **Custom Info** panel (see [screenshots](https://wordpress.org/plugins/debug-bar-custom-info/screenshots/))

[Project Homepage](http://fitwp.com/plugins/debug-bar-custom-info/) | [Report Bugs](https://github.com/fitwp/debug-bar-custom-info/issues)
| [Donate](http://www.deluxeblogtips.com/donate/)

## Zrzuty ekranu

 * [[
 * Custom Info Panel

## Instalacja

 1. Unzip the download package
 2. Upload `debug-bar-custom-info` to the `/wp-content/plugins/` directory
 3. Activate the plugin through the 'Plugins’ menu in WordPress

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Debug Bar Custom Info” jest oprogramowaniem open source. Poniższe osoby miały wkład
w rozwój wtyczki.

Zaangażowani

 *   [ FitWP ](https://profiles.wordpress.org/fitwp/)
 *   [ Anh Tran ](https://profiles.wordpress.org/rilwis/)

[Przetłumacz wtyczkę “Debug Bar Custom Info” na swój język.](https://translate.wordpress.org/projects/wp-plugins/debug-bar-custom-info)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/debug-bar-custom-info/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/debug-bar-custom-info/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/debug-bar-custom-info/)
przez [RSS](https://plugins.trac.wordpress.org/log/debug-bar-custom-info/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.0.2

 * Add 2nd param „label” to `do_action`

#### 1.0.1

 * Use `do_action` to prevent fatal error when plugin files is not loaded

#### 1.0

 * First release

## Meta

 *  Wersja **1.0.2**
 *  Ostatnia aktualizacja **12 lat temu**
 *  Włączone instalacje **10+**
 *  Wersja WordPressa ** 3.8 lub nowszej **
 *  Testowano do **3.9.40**
 *  Język
 * [English (US)](https://wordpress.org/plugins/debug-bar-custom-info/)
 * Tag
 * [debug](https://pl.wordpress.org/plugins/tags/debug/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/debug-bar-custom-info/advanced/)

## Oceny

 5 na 5 gwiazdek.

 *  [  1 recenzja 5-gwiazdkowa     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=1)

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/)

## Zaangażowani

 *   [ FitWP ](https://profiles.wordpress.org/fitwp/)
 *   [ Anh Tran ](https://profiles.wordpress.org/rilwis/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/debug-bar-custom-info/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](http://www.deluxeblogtips.com/donate)