403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/WPCAFE/wp-content/plugins/jetpack-boost/app/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/WPCAFE/wp-content/plugins/jetpack-boost/app/lib/class-super-cache-tracking.php
<?php

namespace Automattic\Jetpack_Boost\Lib;

class Super_Cache_Tracking {
	public static function setup() {
		add_action( 'jb_cache_moved_to_wpsc', array( __CLASS__, 'track_move_to_wpsc' ) );
	}

	/**
	 * Track when site owner moves cache to WPSC.
	 */
	public static function track_move_to_wpsc() {
		Analytics::record_user_event( 'moved_cache_to_wpsc' );
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit