Exemple #1
0
		<p class="center"><a class="button button-primary"
		                     href="https://www.wordfence.com/gnl1scanSched1/wordfence-signup/">Get Premium</a></p>
	</div>
<?php 
}
?>

	<div class="wordfenceWrap" style="margin: 20px 20px 20px 30px;">
		<p>
			<strong>Current time:</strong>&nbsp;<?php 
echo date('l jS \\of F Y H:i:s A', current_time('timestamp'));
?>
			<br /><strong>Next scan will start at:</strong>&nbsp;
			<span id="wfScanStartTime">
			<?php 
$nextTime = wordfence::getNextScanStartTime();
if ($nextTime) {
    echo $nextTime;
}
?>
			</span>
		</p>
		<p>
			<strong>Scan mode:</strong><select id="schedMode" onchange="WFAD.sched_modeChange();">
				<option value="auto"<?php 
echo wfConfig::get('schedMode') == 'auto' ? ' selected' : '';
?>
>Let Wordfence automatically schedule scans (recommended)</option>
				<option value="manual"<?php 
echo wfConfig::get('schedMode') == 'manual' ? ' selected' : '';
?>