Title: Debug Bar Custom Info
Author: FitWP
Published: <strong>ജൂൺ 13, 2014</strong>
Last modified: ജൂലൈ 1, 2014

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Debug Bar Custom Info

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

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

 * [Details](https://ml.wordpress.org/plugins/debug-bar-custom-info/#description)
 * [Reviews](https://ml.wordpress.org/plugins/debug-bar-custom-info/#reviews)
 *  [Installation](https://ml.wordpress.org/plugins/debug-bar-custom-info/#installation)
 * [Development](https://ml.wordpress.org/plugins/debug-bar-custom-info/#developers)

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

## Description

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

## Screenshots

 * [[
 * Custom Info Panel

## Installation

 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

## Reviews

ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.

## Contributors & Developers

“Debug Bar Custom Info” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “Debug Bar Custom Info” into your language.](https://translate.wordpress.org/projects/wp-plugins/debug-bar-custom-info)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/debug-bar-custom-info/),
check out the [SVN repository](https://plugins.svn.wordpress.org/debug-bar-custom-info/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/debug-bar-custom-info/)
by [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

 *  Version **1.0.2**
 *  Last updated **12 വര്‍ഷങ്ങള്‍ ago**
 *  Active installations **10+**
 *  വേർഡ്പ്രസ്സ് പതിപ്പ് ** 3.8 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Tested up to **3.9.40**
 *  Language
 * [English (US)](https://wordpress.org/plugins/debug-bar-custom-info/)
 * Tag
 * [debug](https://ml.wordpress.org/plugins/tags/debug/)
 *  [Advanced View](https://ml.wordpress.org/plugins/debug-bar-custom-info/advanced/)

## Ratings

 5ൽ 5 നക്ഷത്രങ്ങൾ.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.deluxeblogtips.com/donate)