✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ 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/core/utils//assets-config-provider.php
<?php
namespace Elementor\Core\Utils;

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

class Assets_Config_Provider extends Collection {
	/**
	 * @var callable|null
	 */
	private $path_resolver = null;

	/**
	 * @param callable $path_resolver
	 *
	 * @return $this
	 */
	public function set_path_resolver( callable $path_resolver ) {
		$this->path_resolver = $path_resolver;

		return $this;
	}

	/**
	 * Load asset config from a file into the collection.
	 *
	 * @param $key
	 * @param $path
	 *
	 * @return $this
	 */
	public function load( $key, $path = null ) {
		if ( ! $path && $this->path_resolver ) {
			$path_resolver_callback = $this->path_resolver;

			$path = $path_resolver_callback( $key );
		}

		if ( ! $path || ! file_exists( $path ) ) {
			return $this;
		}

		$config = require $path;

		if ( ! $this->is_valid_handle( $config ) ) {
			return $this;
		}

		$this->items[ $key ] = [
			'handle' => $config['handle'],
			'deps' => $this->is_valid_deps( $config ) ? $config['deps'] : [],
		];

		return $this;
	}

	/**
	 * Check that the handle property in the config is a valid.
	 *
	 * @param $config
	 *
	 * @return bool
	 */
	private function is_valid_handle( $config ) {
		return ! empty( $config['handle'] ) && is_string( $config['handle'] );
	}

	/**
	 * Check that the deps property in the config is a valid.
	 *
	 * @param $config
	 *
	 * @return bool
	 */
	private function is_valid_deps( $config ) {
		return isset( $config['deps'] ) && is_array( $config['deps'] );
	}
}


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
api
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
import-export
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
promotions
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
svg
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
ab-test.php
2.446 KB
15 Sep 2025 2.10 PM
builxejc / builxejc
0644
assets-config-provider.php
1.486 KB
23 Aug 2023 5.47 PM
builxejc / builxejc
0644
assets-translation-loader.php
2.508 KB
21 Oct 2025 4.51 PM
builxejc / builxejc
0644
collection.php
10.133 KB
22 Dec 2025 5.25 PM
builxejc / builxejc
0644
exceptions.php
0.692 KB
17 Mar 2025 5.28 PM
builxejc / builxejc
0644
force-locale.php
3.555 KB
23 Apr 2023 3.22 PM
builxejc / builxejc
0644
hints.php
14.66 KB
30 Mar 2026 1.49 PM
builxejc / builxejc
0644
http.php
0.958 KB
23 Apr 2023 3.22 PM
builxejc / builxejc
0644
plugins-manager.php
2.84 KB
28 Apr 2025 11.15 AM
builxejc / builxejc
0644
static-collection.php
1.086 KB
21 Oct 2025 4.51 PM
builxejc / builxejc
0644
str.php
0.978 KB
17 Mar 2025 5.28 PM
builxejc / builxejc
0644
template-library-element-iterator.php
0.748 KB
30 Mar 2026 1.49 PM
builxejc / builxejc
0644
template-library-import-export-utils.php
7.196 KB
30 Mar 2026 1.49 PM
builxejc / builxejc
0644
template-library-snapshot-processor.php
6.761 KB
20 May 2026 4.19 PM
builxejc / builxejc
0644
version.php
3.778 KB
21 Oct 2025 4.51 PM
builxejc / builxejc
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF