[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.14.250.129: ~ $
<?php

namespace Elementor\Core\Utils;

use Elementor\Plugin;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

abstract class Isolation_Manager {
	/**
	 * @param string $adapter_name
	 */
	public static function get_adapter( string $adapter_name ) {
		try {
			return Plugin::$instance->elementor_container()
				->get( $adapter_name );
		} catch ( Exception $e ) {
			return null;
		}
	}
}

Filemanager

Name Type Size Permission Actions
import-export Folder 0755
promotions Folder 0755
svg Folder 0755
assets-config-provider.php File 1.49 KB 0644
assets-translation-loader.php File 2.5 KB 0644
collection.php File 9.37 KB 0644
exceptions.php File 708 B 0644
force-locale.php File 3.55 KB 0644
hints.php File 9.64 KB 0644
http.php File 981 B 0644
isolation-manager.php File 415 B 0644
plugins-manager.php File 2.83 KB 0644
static-collection.php File 1.08 KB 0644
str.php File 1000 B 0644
version.php File 3.63 KB 0644