Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
wp-statistics
/
includes
:
class-wp-statistics-updates.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if (!class_exists('WP_Statistics_Updates')) { class WP_Statistics_Updates { public static $geoip = array(); static function do_upgrade() { } static function download_geoip($pack, $type = "enable") { } static function download_referrerspam() { } static function populate_geoip_info() { } } }