PHP 8.2.31
Preview: style-transformers.php Size: 772 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementor/modules/variables/classes/style-transformers.php

<?php

namespace Elementor\Modules\Variables\Classes;

use Elementor\Modules\AtomicWidgets\PropsResolver\Transformers_Registry;
use Elementor\Modules\Variables\PropTypes\Color_Variable_Prop_Type;
use Elementor\Modules\Variables\PropTypes\Font_Variable_Prop_Type;
use Elementor\Modules\Variables\Transformers\Global_Variable_Transformer;

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

class Style_Transformers {
	public function append_to( Transformers_Registry $transformers_registry ): self {
		$transformer = new Global_Variable_Transformer();

		$transformers_registry->register( Color_Variable_Prop_Type::get_key(), $transformer );
		$transformers_registry->register( Font_Variable_Prop_Type::get_key(), $transformer );

		return $this;
	}
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
1.74 KB lrw-r--r-- 2026-03-30 13:49:26
Edit Download
1005 B lrw-r--r-- 2025-12-22 17:25:58
Edit Download
16.76 KB lrw-r--r-- 2026-02-02 14:52:12
Edit Download
2.69 KB lrw-r--r-- 2026-05-20 16:19:28
Edit Download
2.96 KB lrw-r--r-- 2026-02-02 14:52:12
Edit Download
772 B lrw-r--r-- 2025-08-05 18:00:00
Edit Download
560 B lrw-r--r-- 2026-02-02 14:52:12
Edit Download
518 B lrw-r--r-- 2025-12-22 17:25:58
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).