banner.php
1 month ago
disabled-overlay.php
1 month ago
fresh-install.php
1 month ago
overlay.php
4 years ago
plugin-header.php
1 month 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-install-incomplete-overlay"></div> |
| 5 | <div id="wf-install-incomplete-message"> |
| 6 | <div id="wf-install-incomplete-message-inner"> |
| 7 | <p><?php esc_html_e('You must install a license to continue using Wordfence.', 'wordfence'); ?></p> |
| 8 | <p><a href="<?php echo esc_attr(network_admin_url('admin.php?page=WordfenceSupport')); ?>" class="wf-btn wf-btn-default" role="button"><?php esc_html_e('Resume Installation', 'wordfence'); ?></a></p> |
| 9 | </div> |
| 10 | </div> |
| 11 |