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

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# Debug Bar Custom Info

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

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

 * [Details](https://nl.wordpress.org/plugins/debug-bar-custom-info/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/debug-bar-custom-info/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/debug-bar-custom-info/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/debug-bar-custom-info/#developers)

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

## Beschrijving

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

## Schermafbeeldingen

 * [[
 * Custom Info Panel

## Installatie

 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

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“Debug Bar Custom Info” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

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

[Vertaal “Debug Bar Custom Info” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/debug-bar-custom-info)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/debug-bar-custom-info/),
haal de [SVN repository](https://plugins.svn.wordpress.org/debug-bar-custom-info/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/debug-bar-custom-info/)
via [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

 *  Versie **1.0.2**
 *  Laatst geüpdatet **12 jaar geleden**
 *  Actieve installaties **10+**
 *  WordPress versie ** 3.8 of nieuwer **
 *  Getest t/m **3.9.40**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/debug-bar-custom-info/)
 * Tag
 * [debug](https://nl.wordpress.org/plugins/tags/debug/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/debug-bar-custom-info/advanced/)

## Waarderingen

 5 van 5 sterren.

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/debug-bar-custom-info/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

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

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](http://www.deluxeblogtips.com/donate)