http://wordpress.org/extend/plugins/wp-firephp/
I’m simply supposed to call fb('Error message','Lable')
but it doesn’t work all the time. I can’t figure out when and where the relevant files are being included and classes defined in order to make the call to the said method/function.
For example it doesn’t work even when I call fb()
from wp-content\plugins\wp-firephp\FirePHPCore\fb.php
itself and open up http://localhost/wordpress
(maybe because the file never gets included) but it works on http://localhost/wordpress/wp-admin
. Does that mean wp-firephp
plugin only works for /wp-admin
and related pages? Because I wanted to use its functionality on non-admin related pages like /footer.php
and such. Am I doing it wrong?