=== Plugin Name === Contributors: pcs2012 Tags: chromephp License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html php debug plugin using chromephp library. Supported both in google chrome and Firefox == Description == This is a plugin which utilize chromephp library to display variables to web developer console. If you are using chrome, first install chromephp extension. If you are on firefox, you can get the variables on builtin firefox web developer console. How to use: There are only 2 functions in the plugin. 1. pcsinfo($variable); This will display the value of variable in json format if it is an array or in simple text if it's a normal variable. 2. pcswarn($variable); This will display values as warning. == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place pcsinfo($array or $msg) anywhere for debugging. or you can install directly through Add plugin menu and activate it.