Your IP : 3.138.36.38


Current Path : /home/sudancam/public_html/wp-content/plugins/wordfence/js/
Upload File :
Current File : /home/sudancam/public_html/wp-content/plugins/wordfence/js/wfdashboard.1722265817.js

if (!window['WFDash']) {
	window['WFDash'] = {
		updateNotificationCount: function(count) {
			(function($) {
				$('.wf-notification-count-value').html(count);
				if (count == 0) {
					$('.wf-notification-count-container').addClass('wf-hidden');
				}
				else {
					$('.wf-notification-count-container').removeClass('wf-hidden');
				}
			})(jQuery);
		}
	}
}