__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Plugin Name: WP Statistics
* Plugin URI: https://wp-statistics.com/
* Description: This plugin gives you the complete information on your website's visitors.
* Version: 14.3.2
* Author: VeronaLabs
* Author URI: https://veronalabs.com/
* Text Domain: wp-statistics
* Domain Path: /languages
*/
# Exit if accessed directly
if (!defined('ABSPATH')) exit;
# Load Plugin Defines
require_once __DIR__ . '/includes/defines.php';
# Include some empty class to make sure they are existed while upgrading plugin.
require_once WP_STATISTICS_DIR . 'includes/class-wp-statistics-updates.php';
require_once WP_STATISTICS_DIR . 'includes/class-wp-statistics-welcome.php';
# Load Plugin
if (!class_exists('WP_Statistics')) {
require_once WP_STATISTICS_DIR . 'includes/class-wp-statistics.php';
}
# Returns the main instance of WP Statistics.
function WP_Statistics()
{
return WP_Statistics::instance();
}
# Global for backwards compatibility.
$GLOBALS['WP_Statistics'] = WP_Statistics();| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0755 |
|
|
| includes | Folder | 0755 |
|
|
| languages | Folder | 0755 |
|
|
| src | Folder | 0755 |
|
|
| .editorconfig | File | 38.17 KB | 0644 |
|
| changelog-old.txt | File | 43.68 KB | 0644 |
|
| gulpfile.js | File | 3.3 KB | 0644 |
|
| license.txt | File | 34.98 KB | 0644 |
|
| readme.txt | File | 47.21 KB | 0644 |
|
| wp-statistics.php | File | 1006 B | 0644 |
|