403Webshell
Server IP : 77.39.210.126  /  Your IP : 216.73.216.203
Web Server : Apache
System : Linux v00l0v-vmpcnews.sphostserver.com 4.18.0-553.124.4.el8_10.x86_64 #1 SMP Fri May 15 04:14:14 EDT 2026 x86_64
User : artecasarepresti ( 1022)
PHP Version : 7.4.33
Disable Function : dl,passthru,proc_open,proc_close,proc_terminate,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/artecasarepresti/www/wp-content/themes/Avada/includes/lib/inc/fusion-app/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/artecasarepresti/www/wp-content/themes/Avada/includes/lib/inc/fusion-app/compat.php
<?php
/**
 * Compatibility tweaks for 3rd-party plugins.
 *
 * @since 2.0.2
 * @package fusion-library
 */

$request_uri             = ( isset( $_SERVER['REQUEST_URI'] ) ) ? $_SERVER['REQUEST_URI'] : false; // phpcs:ignore WordPress.Security.ValidatedSanitizedInput
$fusion_is_builder_frame = ( isset( $_SERVER['REQUEST_URI'] ) && false !== strpos( $_SERVER['REQUEST_URI'], 'fb-edit' ) ); // phpcs:ignore WordPress.Security
$fusion_is_preview_frame = ( $request_uri && false !== strpos( $request_uri, 'builder=true' ) || ( false !== strpos( $request_uri, 'builder_id' ) && false !== strpos( $request_uri, 'fbpreview=true' ) ) );

/**
 * Filters the option value for litespeed-cache.
 *
 * @since 2.0.2
 */
add_filter(
	'option_litespeed-cache-conf',
	/**
	 * Filters the option value, adding an exclusion of the builder preview.
	 *
	 * @since 2.0.2
	 * @param array $val The option value.
	 * @return array
	 */
	function( $val ) {
		$val = (array) $val;

		$val['excludes_qs'] = ( ! isset( $val['excludes_qs'] ) ) ? '' : $val['excludes_qs'];
		$val['excludes_qs'] = "builder=true\r\n" . $val['excludes_qs'];
		return $val;
	}
);

/**
 * Hooks on both the builder and preview frames.
 *
 * @since 2.0.2
 */
if ( $fusion_is_builder_frame || $fusion_is_preview_frame ) {

	/**
	 * Litespeed Cache.
	 *
	 * @since 2.0.2
	 */
	add_filter( 'litespeed_option_css_combine', '__return_empty_string', 999 );
	add_filter( 'litespeed_option_js_combine', '__return_empty_string', 999 );
	add_filter( 'litespeed_option_optm_js_defer', '__return_empty_string', 999 );

	/**
	 * WP-Smush.
	 *
	 * @since 2.0.2
	 */
	add_filter( 'wp_smush_should_skip_parse', '__return_true', 999 );

	/**
	 * Easy Social Share Buttons.
	 *
	 * @since 2.0.2
	 */
	add_filter( 'essb_live_customizer_can_run', '__return_false', 999 );

	/**
	 * Autoptimize.
	 *
	 * @since 2.0.2
	 */
	add_filter( 'autoptimize_filter_noptimize', '__return_true', 999 );

	add_action(
		'after_setup_theme',
		/**
		 * Run extra actions on after_setuo_theme.
		 *
		 * @since 2.0.2
		 */
		function() {
			global $revext;

			/**
			 * Essential grid when revslider is active.
			 *
			 * @since 2.0.2
			 */
			if ( $revext ) {
				remove_action( 'wp_footer', [ $revext, 'add_eg_additional_inline_javascript' ] );
			}
		}
	);
}

/**
 * Hooks specific to the builder frame.
 *
 * @since 2.0.2
 */
if ( $fusion_is_builder_frame ) {

	/**
	 * NextGen gallery.
	 *
	 * @since 2.0.2
	 */
	add_filter( 'run_ngg_resource_manager', '__return_false', 999 );

	add_action(
		'after_setup_theme',
		/**
		 * Run extra actions on after_setuo_theme.
		 *
		 * @since 2.0.2
		 */
		function() {
			global $smile_modals, $smile_info_bars, $smile_slide_ins;


			/**
			 * Convert plus global modals.
			 *
			 * @since 2.0.2
			 */
			if ( $smile_modals ) {
				remove_action( 'wp_footer', [ $smile_modals, 'load_modal_globally' ] );
			}

			/**
			 * Convert plus global info bars..
			 *
			 * @since 2.0.3
			 */
			if ( $smile_info_bars ) {
				remove_action( 'wp_footer', [ $smile_info_bars, 'load_info_bar_globally' ] );
			}

			/**
			 * Convert plus global info bars..
			 *
			 * @since 2.0.3
			 */
			if ( $smile_slide_ins ) {
				remove_action( 'wp_footer', [ $smile_slide_ins, 'load_slide_in_globally' ] );
			}
		}
	);
}

Youez - 2016 - github.com/yon3zu
LinuXploit