kb_debug.php

0

Call kb_debug with any arguments that you want to log and they will be pretty printed at the end of the document. To log and show a list of all warnings, errors and notices generated b

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_tag
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

  • Call kb_debug with any arguments that you want to log and they will be pretty printed at the end of the document.
  • To log and show a list of all warnings, errors and notices generated by your plugin, add ?KB_Debug_Errors to your URL.
  • To see a list of all hooks in the order they fire as well as what arguments they are called with and what functions run on them (again, in which order),
    add a ?KB_Debug_Hooks to the URL.

To see both just add ?KB_Debug_Errors&KB_Debug_Hooks. (Essentially $_GET[var] must be set to enable that feature).

Features

  • Logs and displays all warnings, errors, etc. alongwith their context.
  • Logs and displays all hooks alongwith the argument(s) each hook is called with and the functions that run on that particular hook (in order).