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-welcome.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if (!class_exists('WP_Statistics_Welcome')) { class WP_Statistics_Welcome { public static function init() { } public static function menu() { } public static function page_callback() { } public static function do_welcome($upgrader_object, $options) { } public static function show_change_log() { } } }