On WP 3.8:
I installed and activate your plugin. When a php-file calls console('test' );
wp-debugger says: Fatal error: Call to undefined function console()
.
I think functions aren’t registrated. Or am I doing something wrong?
Hi! Great plugin. But how can I disable the requirement to be an admin to view debug output? I’m debugging functionality for a user that is not the admin and can’t figure out what’s failing. Thanks in advance!
]]>The usage instructions are… a bit thin, so I tried this:
<?php console( $var ); ?>
to end of footer.php (no instructions included as to where this insertion works best)Empty on all accounts – so what am I doing wrong? I’ve use var_dump
and get_defined_vars
with no problem, but this one has me stumped.