/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
elementor
/
modules
/
variables
/
classes
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/elementor/modules/variables/classes
Edit:
/home/melaqxso/public_html/wp-content/plugins/elementor/modules/variables/classes/variables.php
<?php namespace Elementor\Modules\Variables\Classes; use Elementor\Modules\Variables\Storage\Repository as Variables_Repository; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Variables { private static $lookup = []; public static function init( Variables_Repository $repository ) { self::$lookup = $repository->variables(); } public static function by_id( string $id ) { return self::$lookup[ $id ] ?? null; } }
Ukuran: 458 B