On this page
MagpieRSS::error( $errormsg, $lvl = E_USER_WARNING )
Source
File: wp-includes/rss.php. View all references
function error( $errormsg, $lvl = E_USER_WARNING ) {
if ( MAGPIE_DEBUG ) {
trigger_error( $errormsg, $lvl);
} else {
error_log( $errormsg, 0);
}
}
Related
Used By
| Used By | Description |
|---|---|
| MagpieRSS::__construct() wp-includes/rss.php | PHP5 constructor. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/magpierss/error