Weak hands cannot be planted, meager skills have no foundation. Shallow wisdom is futile, how can one hope for a good name?扰扰从役倦，屑屑身事微。少壮轻年月，迟暮惜光辉。
<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
 * Presents the scanner status.
 *
 * Expects $scanner to be defined.
 *
 * @var wfScanner $scanner The scanner state.
 * @var wfDashboard $dashboard Dashboard statistics.
 */
?>
<ul class="wf-block-list wf-block-list-horizontal">
	<?php if ($scanner->isEnabled() == 'enabled' && $scanner->signatureMode() == wfScanner::SIGNATURE_MODE_PREMIUM): ?>
		<li>
			<div class="wf-block-labeled-value wf-scan-status wf-scan-status-full-enabled">
				<div class="wf-block-labeled-value-label"><?php
					switch (wfLicense::current()->getType()) {
					case wfLicense::TYPE_RESPONSE:
						esc_html_e('Wordfence Scan &amp; Response License Enabled', 'wordfence');
						break;
					case wfLicense::TYPE_CARE:
						esc_html_e('Wordfence Scan &amp; Care License Enabled', 'wordfence');
						break;
					default:
						esc_html_e('Wordfence Scan &amp; Premium Enabled', 'wordfence');
						break;
					}
				?></div>
			</div>
		</li>
	<?php else: ?>
		<li>
			<?php if (!$scanner->isEnabled()): ?>
				<div class="wf-scan-status-disabled">
					<p><h3><?php esc_html_e('Wordfence Scan Deactivated', 'wordfence'); ?></h3></p>
					<p><?php esc_html_e('A Wordfence scan examines all files, posts, pages, and comments on your WordPress website looking for malware, known malicious URLs, and known patterns of infections. It also does several other reputation and server checks.', 'wordfence'); ?></p>
					<p>
						<a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="#" target="_blank" rel="noopener noreferrer" id="wf-scan-top-enable-scans" role="button"><?php esc_html_e('Enable Automatic Scans', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a>
						<script type="application/javascript">
							(function($) {
								$(function() {
									$('#wf-scan-top-enable-scans').on('click', function(e) {
										e.preventDefault();
										e.stopPropagation();

										WFAD.setOption('scheduledScansEnabled', 1, function() {
											window.location.reload(true);
										});
									});
								});
							})(jQuery);
						</script>
					</p>
				</div>
			<?php else: ?>
				<div class="wf-block-labeled-value wf-scan-status wf-scan-status-enabled">
					<div class="wf-block-labeled-value-value"><i class="wf-fa wf-fa-check" aria-hidden="true"></i></div>
					<div class="wf-block-labeled-value-label"><?php esc_html_e('Wordfence Scan Enabled', 'wordfence'); ?></div>
				</div>
			<?php endif; ?>
		</li>
		<li>
			<?php if ($scanner->signatureMode() == wfScanner::SIGNATURE_MODE_COMMUNITY): ?>
				<div>
					<p><h3><?php esc_html_e('Premium Protection Disabled', 'wordfence'); ?></h3></p>
					<p><?php esc_html_e('As a free Wordfence user, you are currently using the Community version of the Threat Defense Feed. Premium users are protected by additional firewall rules and malware signatures as well as the Wordfence real-time IP blocklist. Upgrade to Premium today to improve your protection.', 'wordfence'); ?></p>
					<p><a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="https://www.wordfence.com/gnl1scanUpgrade/wordfence-signup/#premium-order-form" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Upgrade to Premium', 'wordfence'); ?></a>&nbsp;&nbsp;<a class="wf-btn wf-btn-callout-subtle wf-btn-default" href="https://www.wordfence.com/gnl1scanLearn/wordfence-signup/" target="_blank" rel="noopener noreferrer"><?php