AtomParser::error_handler( $log_level,  $log_text,  $error_file,  $error_line )


Description Description


Source Source

File: wp-includes/atomlib.php

    function error_handler($log_level, $log_text, $error_file, $error_line) {
        $this->error = $log_text;
    }

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.