On this page
RSSCache::debug( $debugmsg, $lvl = E_USER_NOTICE )
Source
File: wp-includes/rss.php. View all references
function debug ($debugmsg, $lvl=E_USER_NOTICE) {
if ( MAGPIE_DEBUG ) {
$this->error("MagpieRSS [debug] $debugmsg", $lvl);
}
}
Related
Uses
| Uses | Description |
|---|---|
| RSSCache::error() wp-includes/rss.php |
Used By
| Used By | Description |
|---|---|
| RSSCache::get() wp-includes/rss.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/rsscache/debug