PHP 8.2.31
Preview: load-jetpack.php Size: 3.32 KB
/home/nshryvcy/himaltourism.com/wp-content/plugins/jetpack/load-jetpack.php

<?php
/**
 * Load all Jetpack files that do not get loaded via the autoloader.
 *
 * @package automattic/jetpack
 */

/**
 * Checks if the code debug mode turned on, and returns false if it is. When Jetpack is in
 * code debug mode, it shouldn't use minified assets. Note that this filter is not being used
 * in every place where assets are enqueued. The filter is added at priority 9 to be overridden
 * by any default priority filter that runs after it.
 *
 * @since 6.2.0
 *
 * @return boolean
 *
 * @filter jetpack_should_use_minified_assets
 */
function jetpack_should_use_minified_assets() {
	return ! defined( 'SCRIPT_DEBUG' ) || ! SCRIPT_DEBUG;
}
add_filter( 'jetpack_should_use_minified_assets', 'jetpack_should_use_minified_assets', 9 );

// @todo: Abstract out the admin functions, and only include them if is_admin()
require_once JETPACK__PLUGIN_DIR . 'class.jetpack.php';
require_once JETPACK__PLUGIN_DIR . 'class.jetpack-network.php';
require_once JETPACK__PLUGIN_DIR . 'class.jetpack-client-server.php';
require_once JETPACK__PLUGIN_DIR . 'class.jetpack-user-agent.php';
require_once JETPACK__PLUGIN_DIR . 'class.jetpack-post-images.php';
require_once JETPACK__PLUGIN_DIR . 'class.jetpack-heartbeat.php';
require_once JETPACK__PLUGIN_DIR . 'class.photon.php';
require_once JETPACK__PLUGIN_DIR . 'functions.photon.php';
require_once JETPACK__PLUGIN_DIR . 'functions.global.php';
require_once JETPACK__PLUGIN_DIR . 'functions.compat.php';
require_once JETPACK__PLUGIN_DIR . 'class-jetpack-gallery-settings.php';
require_once JETPACK__PLUGIN_DIR . 'functions.cookies.php';
require_once JETPACK__PLUGIN_DIR . 'class.jetpack-autoupdate.php';
require_once JETPACK__PLUGIN_DIR . 'class.frame-nonce-preview.php';
require_once JETPACK__PLUGIN_DIR . 'modules/module-headings.php';
require_once JETPACK__PLUGIN_DIR . 'class.jetpack-connection-banner.php';
require_once JETPACK__PLUGIN_DIR . 'class-jetpack-connection-widget.php';
require_once JETPACK__PLUGIN_DIR . 'class.jetpack-plan.php';
// Used by the API endpoints.
require_once JETPACK__PLUGIN_DIR . 'modules/seo-tools/class-jetpack-seo-utils.php';
require_once JETPACK__PLUGIN_DIR . 'modules/seo-tools/class-jetpack-seo-titles.php';
require_once JETPACK__PLUGIN_DIR . 'modules/seo-tools/class-jetpack-seo-posts.php';
require_once JETPACK__PLUGIN_DIR . 'modules/verification-tools/verification-tools-utils.php';

require_once JETPACK__PLUGIN_DIR . 'class-jetpack-xmlrpc-methods.php';
Jetpack_XMLRPC_Methods::init();

require_once JETPACK__PLUGIN_DIR . 'class-jetpack-connection-status.php';
Jetpack_Connection_Status::init();

require_once JETPACK__PLUGIN_DIR . '_inc/lib/class-jetpack-recommendations.php';
require_once JETPACK__PLUGIN_DIR . 'class-jetpack-recommendations-banner.php';

if ( is_admin() ) {
	require_once JETPACK__PLUGIN_DIR . 'class.jetpack-admin.php';
	require_once JETPACK__PLUGIN_DIR . '_inc/lib/debugger.php';
}

// Play nice with https://wp-cli.org/.
if ( defined( 'WP_CLI' ) && WP_CLI ) {
	require_once JETPACK__PLUGIN_DIR . 'class.jetpack-cli.php';
}

require_once JETPACK__PLUGIN_DIR . '_inc/lib/class.core-rest-api-endpoints.php';
require_once JETPACK__PLUGIN_DIR . '_inc/blogging-prompts.php';

add_action( 'updating_jetpack_version', array( 'Jetpack', 'do_version_bump' ), 10, 2 );
add_filter( 'is_jetpack_site', '__return_true' );

require_once JETPACK__PLUGIN_DIR . '3rd-party/3rd-party.php';

Jetpack::init();

Directory Contents

Dirs: 12 × Files: 50

Name Size Perms Modified Actions
3rd-party DIR
- drwxr-xr-x 2023-04-04 05:35:20
Edit Download
css DIR
- drwxr-xr-x 2023-04-04 05:35:21
Edit Download
- drwxr-xr-x 2023-04-04 05:35:20
Edit Download
images DIR
- drwxr-xr-x 2023-04-04 05:35:21
Edit Download
- drwxr-xr-x 2023-04-04 05:35:20
Edit Download
- drwxr-xr-x 2023-04-04 05:35:21
Edit Download
modules DIR
- drwxr-xr-x 2023-04-04 05:35:21
Edit Download
sal DIR
- drwxr-xr-x 2023-04-04 05:35:20
Edit Download
src DIR
- drwxr-xr-x 2023-04-04 05:35:21
Edit Download
vendor DIR
- drwxr-xr-x 2023-04-04 05:35:21
Edit Download
views DIR
- drwxr-xr-x 2023-04-04 05:35:20
Edit Download
_inc DIR
- drwxr-xr-x 2023-04-04 05:35:21
Edit Download
466.41 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
729 B lrw-r--r-- 2023-04-04 05:35:21
Edit Download
3.27 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
3.25 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
5.77 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
9.08 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
5.75 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
214 B lrw-r--r-- 2023-04-04 05:35:21
Edit Download
8.33 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
3.22 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
19.99 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
141 B lrw-r--r-- 2023-04-04 05:35:20
Edit Download
9.66 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
156 B lrw-r--r-- 2023-04-04 05:35:20
Edit Download
71.17 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
2.79 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
19.35 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
211 B lrw-r--r-- 2023-04-04 05:35:21
Edit Download
40.26 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
4.56 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
351 B lrw-r--r-- 2023-04-04 05:35:20
Edit Download
14.51 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
5.90 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
21.31 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
8.96 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
29.32 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
12.92 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
25.84 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
225.23 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
80.98 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
33.48 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
48.66 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
3.72 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
4.35 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
4.66 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
1.98 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
12.66 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
2.41 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
17.60 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
10.25 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
7.99 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
338 B lrw-r--r-- 2023-04-04 05:35:21
Edit Download
6.93 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
17.98 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
3.32 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
324 B lrw-r--r-- 2023-04-04 05:35:20
Edit Download
24.09 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
2.33 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download
1.29 KB lrw-r--r-- 2023-04-04 05:35:21
Edit Download
1.26 KB lrw-r--r-- 2023-04-04 05:35:20
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).