403Webshell
Server IP : 172.67.75.225  /  Your IP : 216.73.216.185
Web Server : nginx/1.27.1
System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User : vinodai ( 3134)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /storage/v1396/themastermynd/public_html/wp-content/plugins/jetpack/_inc/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /storage/v1396/themastermynd/public_html/wp-content/plugins/jetpack/_inc/lib/debugger.php
<?php
/**
 * Loading the various functions used for Jetpack Debugging.
 *
 * @package automattic/jetpack
 */

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

/* Jetpack Connection Testing Framework */
require_once __DIR__ . '/debugger/class-jetpack-cxn-test-base.php';
/* Jetpack Connection Tests */
require_once __DIR__ . '/debugger/class-jetpack-cxn-tests.php';
/* Jetpack Debug Data */
require_once __DIR__ . '/debugger/class-jetpack-debug-data.php';
/* The "In-Plugin Debugger" admin page. */
require_once __DIR__ . '/debugger/class-jetpack-debugger.php';

add_filter( 'debug_information', array( 'Jetpack_Debug_Data', 'core_debug_data' ) );

/*
 * Use the beta support group URL for development versions of Jetpack.
 */
add_filter(
	'jetpack_connection_support_url',
	function ( $url ) {
		if ( Jetpack::is_development_version() ) {
			return Automattic\Jetpack\Redirect::get_url( 'jetpack-contact-support-beta-group' );
		}
		return $url;
	}
);

/*
 * Provide the Jetpack reconnect URL for connection health test failures.
 */
add_filter(
	'jetpack_connection_reconnect_url',
	function () {
		return admin_url( 'admin.php?page=jetpack#/reconnect' );
	}
);

// Note: Jetpack-specific test registration via jetpack_connection_tests_loaded
// has moved to class.jetpack.php so it runs on all requests (not just admin).

Youez - 2016 - github.com/yon3zu
LinuXploit