$15 GRAYBYTE WORDPRESS FILE MANAGER $14

SERVER : premium134.web-hosting.com #1 SMP Thu Mar 13 14:29:12 UTC 2025
SERVER IP : 162.0.232.104 | ADMIN IP 216.73.216.173
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/home/raydofqv/raydget.vip/wp-content/plugins/jetpack/

HOME
Current File : /home/raydofqv/raydget.vip/wp-content/plugins/jetpack//jetpack.php
<?php
/**
 * Plugin Name: Jetpack
 * Plugin URI: https://jetpack.com
 * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
 * Author: Automattic
 * Version: 15.6
 * Author URI: https://jetpack.com
 * License: GPL2+
 * Text Domain: jetpack
 * Requires at least: 6.8
 * Requires PHP: 7.2
 *
 * @package automattic/jetpack
 */

/*
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, see <https://www.gnu.org/licenses/>.
 */

use Automattic\Jetpack\Image_CDN\Image_CDN_Core;

if ( ! defined( 'ABSPATH' ) ) {
	exit( 0 );
}

if ( ! defined( 'JETPACK__VERSION' ) ) {
	// This breaks the project version checks when a one-liner.
	define( 'JETPACK__VERSION', '15.6' );
}
defined( 'JETPACK__MINIMUM_WP_VERSION' ) || define( 'JETPACK__MINIMUM_WP_VERSION', '6.8' );
defined( 'JETPACK__MINIMUM_PHP_VERSION' ) || define( 'JETPACK__MINIMUM_PHP_VERSION', '7.2' );

/**
 * Constant used to fetch the connection owner token
 *
 * @deprecated 9.0.0
 * @var boolean
 */
defined( 'JETPACK_MASTER_USER' ) || define( 'JETPACK_MASTER_USER', true );

defined( 'JETPACK__API_VERSION' ) || define( 'JETPACK__API_VERSION', 1 );
defined( 'JETPACK__PLUGIN_DIR' ) || define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
defined( 'JETPACK__PLUGIN_FILE' ) || define( 'JETPACK__PLUGIN_FILE', __FILE__ );

defined( 'JETPACK__RELEASE_POST_BLOG_SLUG' ) || define( 'JETPACK__RELEASE_POST_BLOG_SLUG', 'jetpackreleaseblog.wordpress.com' );
defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) || define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' );

/**
 * WP.com API no longer supports `http://` protocol.
 * This means Jetpack can't function properly on servers that can't send outbound HTTPS requests.
 * The constant is no longer used.
 *
 * @deprecated 9.1.0
 */
defined( 'JETPACK_CLIENT__HTTPS' ) || define( 'JETPACK_CLIENT__HTTPS', 'AUTO' );

defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) || define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'jetpack_vendor/automattic/jetpack-compat/lib/locales.php' );
defined( 'JETPACK__API_BASE' ) || define( 'JETPACK__API_BASE', 'https://jetpack.wordpress.com/jetpack.' );
defined( 'JETPACK_PROTECT__API_HOST' ) || define( 'JETPACK_PROTECT__API_HOST', 'https://api.bruteprotect.com/' );
defined( 'JETPACK__WPCOM_JSON_API_BASE' ) || define( 'JETPACK__WPCOM_JSON_API_BASE', 'https://public-api.wordpress.com' );

/**
 * WP.com API no longer supports `http://` protocol.
 * Use `JETPACK__WPCOM_JSON_API_BASE` instead, which has the protocol hardcoded.
 *
 * @deprecated 9.1.0
 */
defined( 'JETPACK__WPCOM_JSON_API_HOST' ) || define( 'JETPACK__WPCOM_JSON_API_HOST', 'public-api.wordpress.com' );

defined( 'JETPACK__SANDBOX_DOMAIN' ) || define( 'JETPACK__SANDBOX_DOMAIN', '' );
defined( 'JETPACK__DEBUGGER_PUBLIC_KEY' ) || define(
	'JETPACK__DEBUGGER_PUBLIC_KEY',
	"\r\n" . '-----BEGIN PUBLIC KEY-----' . "\r\n"
	. 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm+uLLVoxGCY71LS6KFc6' . "\r\n"
	. '1UnF6QGBAsi5XF8ty9kR3/voqfOkpW+gRerM2Kyjy6DPCOmzhZj7BFGtxSV2ZoMX' . "\r\n"
	. '9ZwWxzXhl/Q/6k8jg8BoY1QL6L2K76icXJu80b+RDIqvOfJruaAeBg1Q9NyeYqLY' . "\r\n"
	. 'lEVzN2vIwcFYl+MrP/g6Bc2co7Jcbli+tpNIxg4Z+Hnhbs7OJ3STQLmEryLpAxQO' . "\r\n"
	. 'q8cbhQkMx+FyQhxzSwtXYI/ClCUmTnzcKk7SgGvEjoKGAmngILiVuEJ4bm7Q1yok' . "\r\n"
	. 'xl9+wcfW6JAituNhml9dlHCWnn9D3+j8pxStHihKy2gVMwiFRjLEeD8K/7JVGkb/' . "\r\n"
	. 'EwIDAQAB' . "\r\n"
	. '-----END PUBLIC KEY-----' . "\r\n"
);

/*
 * These constants can be set in wp-config.php to ensure sites behind proxies will still work.
 * Setting these constants, though, is *not* the preferred method. It's better to configure
 * the proxy to send the X-Forwarded-Port header.
 */
defined( 'JETPACK_SIGNATURE__HTTP_PORT' ) || define( 'JETPACK_SIGNATURE__HTTP_PORT', 80 );
defined( 'JETPACK_SIGNATURE__HTTPS_PORT' ) || define( 'JETPACK_SIGNATURE__HTTPS_PORT', 443 );

/**
 * Check if the version of WordPress in use on the site is supported by Jetpack.
 */
if ( version_compare( $GLOBALS['wp_version'], JETPACK__MINIMUM_WP_VERSION, '<' ) ) {
	if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
		error_log( // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log
			sprintf(
				/* translators: Placeholders are numbers, versions of WordPress in use on the site, and required by WordPress. */
				esc_html__( 'Your version of WordPress (%1$s) is lower than the version required by Jetpack (%2$s). Please update WordPress to continue enjoying Jetpack.', 'jetpack' ),
				$GLOBALS['wp_version'],
				JETPACK__MINIMUM_WP_VERSION
			)
		);
	}

	/**
	 * Outputs for an admin notice about running Jetpack on outdated WordPress.
	 *
	 * @since 7.2.0
	 */
	function jetpack_admin_unsupported_wp_notice() {
		?>
		<div class="notice notice-error is-dismissible">
			<p><?php esc_html_e( 'Jetpack requires a more recent version of WordPress and has been paused. Please update WordPress to continue enjoying Jetpack.', 'jetpack' ); ?></p>
		</div>
		<?php
	}

	add_action( 'admin_notices', 'jetpack_admin_unsupported_wp_notice' );
	return;
}

/**
 * This is where the loading of Jetpack begins.
 *
 * First, we try to load our composer autoloader.
 *
 * - If it fails, we "pause" Jetpack by ending the loading process
 *   and displaying an admin_notice to inform the site owner.
 *   (We want to fail gracefully if `composer install` has not been executed yet, so we are checking for the autoloader.)
 * - If it succeeds, we require load-jetpack.php, where all legacy files are required,
 *   and where we add on to various hooks that we expect to always run.
 */
$jetpack_autoloader           = JETPACK__PLUGIN_DIR . 'vendor/autoload_packages.php';
$jetpack_module_headings_file = JETPACK__PLUGIN_DIR . 'modules/module-headings.php'; // This file is loaded later in load-jetpack.php, but let's check here to pause before half-loading Jetpack.
if ( is_readable( $jetpack_autoloader ) && is_readable( $jetpack_module_headings_file ) ) {
	require_once $jetpack_autoloader;
	if ( method_exists( '\Automattic\Jetpack\Assets', 'alias_textdomains_from_file' ) ) {
		\Automattic\Jetpack\Assets::alias_textdomains_from_file( JETPACK__PLUGIN_DIR . 'jetpack_vendor/i18n-map.php' );
	}
} else {
	if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
		error_log( // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log
			sprintf(
				/* translators: Placeholder is a link to a support document. */
				__( 'Your installation of Jetpack is incomplete. If you installed Jetpack from GitHub, please refer to this document to set up your development environment: %1$s', 'jetpack' ),
				'https://github.com/Automattic/jetpack/blob/trunk/docs/development-environment.md'
			)
		);
	}

	// Add a red bubble notification to My Jetpack if the installation is bad.
	add_filter(
		'my_jetpack_red_bubble_notification_slugs',
		function ( $slugs ) {
			$slugs['jetpack-plugin-bad-installation'] = array(
				'data' => array(
					'plugin' => 'Jetpack',
				),
			);

			return $slugs;
		}
	);

	/**
	 * Outputs an admin notice for folks running Jetpack without having run composer install.
	 *
	 * @since 7.4.0
	 */
	function jetpack_admin_missing_files() {
		if ( get_current_screen()->id !== 'plugins' ) {
			return;
		}
		$message = sprintf(
			wp_kses(
				/* translators: Placeholder is a link to a support document. */
				__( 'Your installation of Jetpack is incomplete. If you installed Jetpack from GitHub, please refer to <a href="%1$s" target="_blank" rel="noopener noreferrer">this document</a> to set up your development environment. Jetpack must have Composer dependencies installed and built via the build command: <code>jetpack build plugins/jetpack --deps</code>', 'jetpack' ),
				array(
					'a'    => array(
						'href'   => array(),
						'rel'    => array(),
						'target' => array(),
					),
					'code' => array(),
				)
			),
			'https://github.com/Automattic/jetpack/blob/trunk/docs/development-environment.md#building-your-project'
		);
		wp_admin_notice(
			$message,
			array(
				'type'        => 'error',
				'dismissible' => true,
			)
		);
	}

	add_action( 'admin_notices', 'jetpack_admin_missing_files' );
	return;
}

register_activation_hook( __FILE__, array( 'Jetpack', 'plugin_activation' ) );
register_deactivation_hook( __FILE__, array( 'Jetpack', 'plugin_deactivation' ) );

// Load image cdn core. This should load regardless of whether the photon module is active.
Image_CDN_Core::setup();

// Require everything else, that is not loaded via the autoloader.
require_once JETPACK__PLUGIN_DIR . 'load-jetpack.php';


Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
11 Jun 2026 2.40 PM
raydofqv / raydofqv
0755
3rd-party
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
_inc
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
css
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
extensions
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
images
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
jetpack_vendor
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
json-endpoints
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
modules
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
sal
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
src
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
vendor
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
views
--
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0755
.htaccess
0.231 KB
8 Jun 2026 8.15 AM
raydofqv / raydofqv
0555
CHANGELOG.md
759.954 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
LICENSE.txt
18.199 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
SECURITY.md
2.447 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class-jetpack-connection-status.php
0.711 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class-jetpack-gallery-settings.php
3.474 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class-jetpack-newsletter-dashboard-widget.php
0.426 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class-jetpack-pre-connection-jitms.php
2.338 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class-jetpack-stats-dashboard-widget.php
7.457 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class-jetpack-xmlrpc-methods.php
7.383 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.frame-nonce-preview.php
3.217 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-admin.php
21.087 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-autoupdate.php
9.929 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-cli.php
74.319 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-client-server.php
2.621 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-gutenberg.php
45.75 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-heartbeat.php
4.441 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-modules-list-table.php
14.813 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-network-sites-list-table.php
6.028 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-network.php
21.081 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-plan.php
4.094 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-post-images.php
38.536 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-twitter-cards.php
5.692 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack-user-agent.php
25.304 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.jetpack.php
204.667 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.json-api-endpoints.php
91.355 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.json-api.php
38.305 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
class.photon.php
1.736 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
composer.json
4.244 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
enhanced-open-graph.php
4.71 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
functions.compat.php
4.336 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
functions.cookies.php
2.038 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
functions.global.php
13.905 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
functions.is-mobile.php
2.47 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
functions.opengraph.php
30.789 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
functions.photon.php
3.037 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
jetpack.php
8.917 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
json-api-config.php
0.33 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
json-endpoints.php
6.925 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
load-jetpack.php
3.559 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
locales.php
0.362 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
readme.txt
34.262 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
unauth-file-upload.php
5.854 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
uninstall.php
1.649 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644
wpml-config.xml
1.259 KB
16 Mar 2026 4.43 PM
raydofqv / raydofqv
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF Static GIF