📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 13:53:09
📂
/ (Root)
/
home
/
xeqi7597
/
map.claireduwig.com
/
wp-content
/
plugins
/
elementor
/
modules
/
variables
/
transformers
📍 /home/xeqi7597/map.claireduwig.com/wp-content/plugins/elementor/modules/variables/transformers
🔄 Refresh
✏️
Editing: global-variable.php
Writable
<?php namespace Elementor\Modules\Variables\Transformers; use Elementor\Modules\AtomicWidgets\PropsResolver\Transformer_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Global_Variable extends Transformer_Base { public function transform( $value, $key ) { if ( ! trim( $value ) ) { return null; } return "var(--${value})"; } }
💾 Save Changes
❌ Cancel