PATH:
home
/
letacommog
/
laperouse
/
wp-content
/
plugins
/
wordfence
/
views
/
onboarding
<?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>
[+]
..
[-] overlay.php
[edit]
[-] banner.php
[edit]
[-] disabled-overlay.php
[edit]
[-] modal-final-attempt.php
[edit]
[-] fresh-install.php
[edit]
[-] plugin-header.php
[edit]
[-] tour-overlay.php
[edit]