🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 10:34:35 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
base
📍 /home/therahul/ramailobhela.com/wp-content/plugins/elementor/modules/atomic-widgets/base
🔄 Refresh
✏️
Editing: style-transformer-base.php
Writable
<?php namespace Elementor\Modules\AtomicWidgets\Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } abstract class Style_Transformer_Base { /** * Get the transformer type. * * @return string */ abstract public static function type(): string; /** * Transform the value. * * @param mixed $value * * @return mixed */ abstract public function transform( $value, callable $transform ); }
💾 Save Changes
❌ Cancel