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