Current Path: > home > codekrsu > > > > > escapematrixonline.com > wp-content > plugins > wp-statistics
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
assets | Directory | - | - | |
includes | Directory | - | - | |
languages | Directory | - | - | |
src | Directory | - | - | |
vendor | Directory | - | - | |
views | Directory | - | - | |
gulpfile.js | File | 6438 bytes | April 20 2025 13:16:10. | |
license.txt | File | 35821 bytes | June 11 2022 14:08:36. | |
readme.txt | File | 12873 bytes | June 29 2025 11:30:46. | |
wp-statistics.php | File | 1116 bytes | June 29 2025 11:30:46. |
<?php /** * Plugin Name: WP Statistics * Plugin URI: https://wp-statistics.com/ * GitHub Plugin URI: https://github.com/wp-statistics/wp-statistics * Description: Get website traffic insights with GDPR/CCPA compliant, privacy-friendly analytics. Includes visitor data, stunning graphs, and no data sharing. * Version: 14.14.1 * Author: VeronaLabs * Author URI: https://veronalabs.com/ * Text Domain: wp-statistics * Domain Path: /languages * Requires at least: 5.3 * Requires PHP: 7.2 * License: GPL-2.0+ * License URI: https://www.gnu.org/licenses/gpl-2.0.html */ # Exit if accessed directly if (!defined('ABSPATH')) exit; # Load Plugin Defines require_once __DIR__ . '/includes/defines.php'; # Set another useful plugin define. define('WP_STATISTICS_VERSION', '14.14.1'); # 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();
SILENT KILLER Tool