X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/wordfence/views/onboarding
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
wordfence
/
views
/
onboarding
/
ðŸ“
..
📄
banner.php
(2.2 KB)
📄
disabled-overlay.php
(508 B)
📄
fresh-install.php
(1.14 KB)
📄
modal-final-attempt.php
(3.11 KB)
📄
overlay.php
(914 B)
📄
plugin-header.php
(1.39 KB)
📄
registration-prompt.php
(8.35 KB)
📄
tour-overlay.php
(157 B)
Editing: overlay.php
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents the overlay. * * Expects $contentHTML to be defined. * * @var string $contentHTML The HTML content to show on the overlay. */ ?> <div id="wf-onboarding-plugin-overlay"> <a href="#" id="wf-onboarding-dismiss" role="button">×</a> <?php echo $contentHTML; ?> <script type="application/javascript"> (function($) { $(function() { $('#wf-onboarding-dismiss, #wf-onboarding-plugin-overlay').on('click', function(e) { e.preventDefault(); e.stopPropagation(); $(window).trigger('wfOnboardingDismiss'); $('#wf-onboarding-plugin-overlay').fadeOut(400, function() { $('#wf-onboarding-plugin-overlay').remove(); }); }); $(document).keyup(function(e) { if (e.keyCode == 27) { //esc $('#wf-onboarding-dismiss').trigger('click'); } }); }); })(jQuery); </script> </div>
Upload File
Create Folder