banner.php
8 years ago
disabled-overlay.php
8 years ago
fresh-install.php
7 years ago
modal-final-attempt.php
7 years ago
overlay.php
8 years ago
plugin-header.php
7 years ago
tour-overlay.php
8 years ago
disabled-overlay.php
11 lines
| 1 | <?php |
| 2 | if (!defined('WORDFENCE_VERSION')) { exit; } |
| 3 | ?> |
| 4 | <div id="wf-toupp-required-overlay"></div> |
| 5 | <div id="wf-toupp-required-message"> |
| 6 | <div id="wf-toupp-required-message-inner"> |
| 7 | <p><?php _e('To continue using Wordfence, you will need to review and accept the Terms of Use and Privacy Policy. Click Resume Installation to begin.', 'wordfence'); ?></p> |
| 8 | <p><a href="#" class="wf-btn wf-btn-default" onclick="window.location = jQuery('#wf-onboarding-resume').attr('href'); return false;"><?php _e('Resume Installation', 'wordfence'); ?></a></p> |
| 9 | </div> |
| 10 | </div> |
| 11 |