Current Path: > home > transcarter > public_html > wp-content > > plugins > wordfence > views > onboarding >
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
banner.php | File | 2251 bytes | July 17 2025 21:05:48. | |
disabled-overlay.php | File | 508 bytes | July 17 2025 21:05:48. | |
fresh-install.php | File | 1166 bytes | July 17 2025 21:05:48. | |
modal-final-attempt.php | File | 3180 bytes | July 17 2025 21:05:48. | |
overlay.php | File | 914 bytes | July 17 2025 21:05:48. | |
plugin-header.php | File | 1427 bytes | July 17 2025 21:05:48. | |
registration-prompt.php | File | 8547 bytes | July 17 2025 21:05:48. | |
tour-overlay.php | File | 157 bytes | July 17 2025 21:05:48. |
<?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>
SILENT KILLER Tool