RSSCache::debug
Method of the class: RSSCache{}
No Hooks.
Returns
null. Nothing (null).
Usage
$RSSCache = new RSSCache(); $RSSCache->debug ( $debugmsg, $lvl );
- $debugmsg(required)
- .
- $lvl
- .
Default:E_USER_NOTICE
RSSCache::debug() RSSCache::debug code WP 6.9.1
function debug ($debugmsg, $lvl=E_USER_NOTICE) {
if ( MAGPIE_DEBUG ) {
$this->error("MagpieRSS [debug] $debugmsg", $lvl);
}
}