Title: Debug Bar Custom Info
Author: FitWP
Published: <strong>13 Giugno 2014</strong>
Last modified: 1 Luglio 2014

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# Debug Bar Custom Info

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

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

 * [Dettagli](https://it.wordpress.org/plugins/debug-bar-custom-info/#description)
 * [Recensioni](https://it.wordpress.org/plugins/debug-bar-custom-info/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/debug-bar-custom-info/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/debug-bar-custom-info/#developers)

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

## Descrizione

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

## Screenshot

 * [[
 * Custom Info Panel

## Installazione

 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

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Debug Bar Custom Info” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “Debug Bar Custom Info” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/debug-bar-custom-info)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/debug-bar-custom-info/)
segui il [repository SVN](https://plugins.svn.wordpress.org/debug-bar-custom-info/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/debug-bar-custom-info/)
tramite [RSS](https://plugins.trac.wordpress.org/log/debug-bar-custom-info/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

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

 *  Versione **1.0.2**
 *  Ultimo aggiornamento **12 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 3.8 o superiore **
 *  Testato fino alla versione **3.9.40**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/debug-bar-custom-info/)
 * Tag
 * [debug](https://it.wordpress.org/plugins/tags/debug/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/debug-bar-custom-info/advanced/)

## Valutazioni

 5 su 5 stelle.

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/debug-bar-custom-info/)

## Donazioni

Vuoi sostenere le versioni future?

 [ Fai una donazione per lo sviluppo ](http://www.deluxeblogtips.com/donate)