Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/mets.corals.io/wp-content/plugins/w3-total-cache/pub/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mets.corals.io/wp-content/plugins/w3-total-cache/pub/js/feature-counter.js
/**
 * File: feature-counter.js
 *
 * JavaScript for feature counters.
 *
 * @since 2.1.0
 *
 * @global W3TCFeatureShowcaseData
 */

jQuery(function() {
	var $adminmenuTopItem = jQuery( '#wp-admin-bar-w3tc > a' ),
		$adminmenuItem = jQuery ( '#wp-admin-bar-w3tc_feature_showcase a' ),
		$menuItem = jQuery( '#toplevel_page_w3tc_dashboard.wp-not-current-submenu a[href="admin.php?page=w3tc_dashboard"] .wp-menu-name' ),
		$submenuItem = jQuery( '#toplevel_page_w3tc_dashboard a[href="admin.php?page=w3tc_feature_showcase"]' ),
		markup = ' <span class="awaiting-mod count-' +
			W3TCFeatureShowcaseData.unseenCount +
			'"><span class="feature-count">' +
			W3TCFeatureShowcaseData.unseenCount +
			'</span></span>';

	if ( W3TCFeatureShowcaseData.unseenCount > 0 ) {
		if ( $adminmenuItem.length ) {
			$adminmenuTopItem.append( markup );
			$adminmenuItem.append( markup );
		}

		if ( $menuItem.length ) {
			$menuItem.append( markup );
		}

		if ( $submenuItem.length ) {
			$submenuItem.append( markup );
		}
	}
});

Spamworldpro Mini