WPLib::do_log_errors PHP Method

do_log_errors() static public method

static public do_log_errors ( ) : boolean
return boolean
    static function do_log_errors()
    {
        return defined('WPLIB_LOG_ERRORS') && WPLIB_LOG_ERRORS;
    }