PHP Console in WordPress Admin
-
Hi,
I am not using your plugin yet, but I have been using PHP Console for a long time on wordpress. Does your plugin work in the admin area of wordpress? As my setup does not!
And maybe to put in your info, I replaced the function call with a shorter one like this:
function d($var, $tags = null) { PhpConsole\Connector::getInstance()->getDebugDispatcher()->dispatchDebug($var, $tags, 1); }
So I just type d($var,’This displays info about my var’), which I like as nice and short ??
Take care,
Sascha
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Console in WordPress Admin’ is closed to new replies.