SILENT KILLERPanel

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 ]

Files and Folders in: /home/transcarter/public_html/wp-content//plugins/wordfence/views/onboarding

NameTypeSizeLast ModifiedActions
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.

Reading File: /home/transcarter/public_html/wp-content//plugins/wordfence/views/onboarding/fresh-install.php

<?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
 * Presents the fresh install modal.
 */
?>
<div id="wf-onboarding-fresh-install" class="wf-onboarding-modal">
	<div id="wf-onboarding-fresh-install-1" class="wf-onboarding-modal-content">
		<div class="wf-onboarding-logo"><img src="<?php echo esc_attr(wfUtils::getBaseURL() . 'images/wf-horizontal.svg'); ?>" alt="<?php esc_html_e('Wordfence - Securing your WordPress Website', 'wordfence'); ?>"></div>
		<h3><?php printf(/* translators: Wordfence version. */ esc_html__('You have successfully installed Wordfence %s', 'wordfence'), WORDFENCE_VERSION); ?></h3>
		<?php echo wfView::create('onboarding/registration-prompt', array('attempt' => 1)) ?>
	</div>
</div>
<script type="application/javascript">
	(function($) {
		$(function() {	
			$('#wf-onboarding-fresh-install').on('click', function(e) {
				e.stopPropagation();
			});

			$(window).on('wfOnboardingDismiss', function() {
				if ($('#wf-onboarding-fresh-install-1').is(':visible')) {
					wordfenceExt.setOption('onboardingAttempt1', '<?php echo esc_attr(wfOnboardingController::ONBOARDING_SKIPPED); ?>');
				}
			});
		});
	})(jQuery);
</script>

SILENT KILLER Tool