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 '

'.__('Existing Backups', 'updraftplus').' ('.count($backup_history).')

'; ?>
existing_backup_table($backup_history); ?>