Syntax Syntax
Source Source
File: wp-includes/rss.php
function error( $errormsg, $lvl = E_USER_WARNING ) { if ( MAGPIE_DEBUG ) { trigger_error( $errormsg, $lvl); } else { error_log( $errormsg, 0); } } }
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-includes/rss.php
function error( $errormsg, $lvl = E_USER_WARNING ) { if ( MAGPIE_DEBUG ) { trigger_error( $errormsg, $lvl); } else { error_log( $errormsg, 0); } } }