24 lines
1.3 KiB
PHP
24 lines
1.3 KiB
PHP
<?php
|
|
if (!defined('WORDFENCE_VERSION')) { exit; }
|
|
/**
|
|
* Displays the Site Cleaning lower prompt.
|
|
*/
|
|
?>
|
|
<div id="wf-site-cleaning-bottom" class="wf-block wf-add-top-small wf-active">
|
|
<div class="wf-block-content">
|
|
<ul class="wf-block-list">
|
|
<li>
|
|
<div class="wf-flex-vertical">
|
|
<h3 class="wf-center"><?php _e('Need help from a web security expert?', 'wordfence'); ?></h3>
|
|
<p class="wf-center wf-no-top"><?php _e('Whether you want to proactively lock your site down or it has already been hacked, we\'re here to help. All services include a detailed report and a 90-day guarantee for an affordable price. <strong class="wf-blue">Includes a 1-year Premium license.</strong>', 'wordfence'); ?></p>
|
|
<p class="wf-center wf-add-bottom">
|
|
<a class="wf-btn wf-btn-default wf-btn-callout-subtle" href="https://www.wordfence.com/gnl1scanLowerAd/site-security-audit/" target="_blank" rel="noopener noreferrer"><?php _e('Audit My Site Security', 'wordfence'); ?></a>
|
|
|
|
<a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="https://www.wordfence.com/gnl1scanLowerAd/wordfence-site-cleanings/" target="_blank" rel="noopener noreferrer"><?php _e('Clean My Hacked Site', 'wordfence'); ?></a>
|
|
</p>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|