FreshMuse DebugBar Extender
开发者 |
blobaugh
freshmuse
Daniel-Landram
|
更新时间 |
2012年8月15日 23:57 |
PHP版本: |
3.0 及以上 |
WordPress版本: |
3.4 |
详情介绍:
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 )
安装:
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.