| Server IP : 52.25.153.185 / Your IP : 216.73.217.131 Web Server : Apache System : Linux ip-172-26-6-158 5.10.0-35-cloud-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64 User : daemon ( 1) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /bitnami/wordpress/wp-content/plugins/metricool/ |
Upload File : |
<?php
/**
* @package Metricool
* @author Really Simple Plugins
* @copyright 2026 Really Simple Plugins
* @license GPL-2.0-or-later
*
* @wordpress-plugin
* Plugin Name: Metricool - Social media and site statistics
* Plugin URI: https://metricool.com/
* Description: Site metrics and social media analytics for Instagram, Facebook, YouTube, LinkedIn, X Twitter. The single best tool for Social Media Managers!
* Version: 2.0.1
* Requires at least: 6.6
* Requires PHP: 7.4
* Author: Really Simple Plugins
* Author URI: https://really-simple-plugins.com
* License: GPL v2 or later
* Text Domain: metricool
* Domain Path: /assets/languages
*/
if (!defined('ABSPATH')) {
exit;
}
/**
* Load the Jetpack packages autoloader.
* @see https://packagist.org/packages/automattic/jetpack-autoloader
*/
require_once __DIR__ . '/vendor/autoload_packages.php';
// Boot the plugin.
$plugin = new Metricool\Bootstrap\Plugin();
$plugin->boot();