FreshMuse DebugBar Extender

Custom extension of the WordPress Debug Bar. Designed from the development needs of FreshMuse

Author:FreshMuse (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.4.1
Plugin version:1
Added to WordPress repository:15-08-2012
Last updated:15-08-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:409
plugin download
Click to start download

Custom extension of the WordPress Debug Bar. Designed from the development needs of FreshMuse. This extension allows developers to quickly and easily log messages in Debug Bar with the following log levels:

  • log
  • warning
  • error
  • notice
  • dump

This extension also provides a unique dump feature. Given an object this extension will recursively walk through it and display all the elements contained within the object in a easy to use, collapsible UI.

Usage: fm_debug( String $title, String $data, String $loglevel = 'log' ) fm_dump( String $title, Mixed $data )