=== Show var_dump ===
Contributors: woodroots
Tags: var_dump,debug
Requires at least: 4.0
Tested up to: 4.0
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Results of "var_dump" shows in your dashboard after "Show var_dump" plugin install.

== Description ==

"var_dump" method can't show results in functions.php. If You can use original method "var_dump_ex",the results shows in your dashboard after "Show var_dump" plugin install.

== Installation ==

1. Upload show-var-dump to the /wp-content/plugins/ directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. If you want check array,object,etc.,write method "var_dump_ex"

e.g. var_dump_ex($param); 


== Screenshots ==
1. After install, results for "var_dump_ex" in your dashboard footer


== Changelog ==

1.0
First Release.


