$error['message'], 'file' => $error['file'], 'line' => $error['line'], 'type' => $error['type'], 'time' => abj404_now(), ); // Use update_option as a fallback: set_transient might not be available // during a fatal shutdown. if (function_exists('set_transient')) { set_transient('abj404_boot_fatal', $errorInfo, 3600); } } }