RSSCache::debug()publicWP 1.0

Метод класса: RSSCache{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$RSSCache = new RSSCache();
$RSSCache->debug ( $debugmsg, $lvl );
$debugmsg (обязательный)
-
$lvl **
-
По умолчанию: E_USER_NOTICE

Код RSSCache::debug() WP 6.5.2

function debug ($debugmsg, $lvl=E_USER_NOTICE) {
		if ( MAGPIE_DEBUG ) {
$this->error("MagpieRSS [debug] $debugmsg", $lvl);
		}
	}