input type="radio"
input type="radio"
1) '.__('Scheduled job will start at UTC time:', 'wpvivid-backuprestore').' '.date('H:i:s', $utime).'

'; $html.='

2) '.__('Being subjected to mechanisms of PHP, a scheduled backup task for your site will be triggered only when the site receives at least a visit at any page.', 'wpvivid-backuprestore').'

'; return $html; } function wpvivid_schedule_backup_type($html) { $html='
'; $html.='
'; $html.='
'; $html.='
'; return $html; } function wpvivid_schedule_do_js() { $schedule=WPvivid_Schedule::get_schedule(); if($schedule['enable'] == true) { ?> jQuery("#wpvivid_schedule_enable").prop('checked', true); jQuery("input:radio[value='']").prop('checked', true); jQuery("input:radio[value='']").prop('checked', true); jQuery("input:radio[name='save_local_remote'][value='remote']").click(function() { alert(""); jQuery("input:radio[name='save_local_remote'][value='local']").prop('checked', true); });