Title: Debug Bar Custom Info
Author: FitWP
Published: <strong>13. 6. 2014</strong>
Last modified: 1. 7. 2014

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# Debug Bar Custom Info

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

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

 * [Podrobnosti](https://cs.wordpress.org/plugins/debug-bar-custom-info/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/debug-bar-custom-info/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/debug-bar-custom-info/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/debug-bar-custom-info/#developers)

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

## Popis

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

## Snímky obrazovky

[⌊Custom Info Panel⌉⌊Custom Info Panel⌉[

Custom Info Panel

## Instalace

 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

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Debug Bar Custom Info je otevřený software. Následující lidé přispěli k vývoji tohoto
pluginu.

Spolupracovníci

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

[Přeložte “Debug Bar Custom Info” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/debug-bar-custom-info)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/debug-bar-custom-info/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/debug-bar-custom-info/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/debug-bar-custom-info/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/debug-bar-custom-info/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 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

 *  Verze **1.0.2**
 *  Poslední aktualizace **před 12 roky**
 *  Aktivních instalací **10+**
 *  Verze WordPressu ** 3.8 nebo novější **
 *  Testováno až do WordPressu **3.9.40**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/debug-bar-custom-info/)
 * Štítek
 * [debug](https://cs.wordpress.org/plugins/tags/debug/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/debug-bar-custom-info/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  1 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/?filter=1)

[Vaše hodnocení](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/debug-bar-custom-info/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](http://www.deluxeblogtips.com/donate)