OS : Linux
PHP Version : true,
'include_opera_warning' => false,
'will_immediately_calculate_disk_space' => true,
'include_whitespace_warning' => true,
'include_header' => false,
);
foreach ($default_options as $k => $v) {
if (!isset($options[$k])) $options[$k] = $v;
}
// $backup_history is passed in
if (false === $backup_history) $backup_history = UpdraftPlus_Backup_History::get_history();
if (!empty($options['include_header'])) echo ''.esc_html(__('Existing backups', 'updraftplus').' ('.count($backup_history).')').'
';
?>