Console Wordpress Plugin - Rating, Reviews, Demo & Download

Console Preview Wordpress Plugin - Rating, Reviews, Demo & Download
5 Average out of 3 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Debug PHP variables in the JavaScript console (Chrome & Firebug). Use instead of PHP’s native var_dump() function.

Usage: <?php console( $var ); ?>

You can also tag a variable; Usage: <?php console( $var, $tag ); ?>.

Debug with Krumo: <?php console( $var, $tag, true ); ?>.

To globally enable Krumo, add: <?php define( 'CONSOLE_KRUMO', true ); ?> to functions.php OR wp-config.php.

Shorthand: <?php c( $var ); ?>.

You must be a logged-in Admin to see debug messages.

Screenshots

  1. console screenshot 1

    Console – Example of a PHP dump in the JavaScript console.

  2. console screenshot 2

    Krumo – Example of a PHP dump with Krumo.

  3. console screenshot 3

    Tagging – Example of tagging a PHP dump.


Reviews & Comments