You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
452 B

<?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
* Presents the persistent banner.
*/
?>
<ul id="wf-onboarding-banner">
<li><?php _e('Wordfence installation is incomplete', 'wordfence'); ?></li>
<li><a href="<?php echo esc_attr(network_admin_url('admin.php?page=WordfenceSupport&onboarding=1')); ?>" class="wf-onboarding-btn wf-onboarding-btn-default" id="wf-onboarding-resume"><?php _e('Resume Installation', 'wordfence'); ?></a></li>
</ul>