Submit
Path:
~
/
home
/
getwphos
/
public_html
/
sdp
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
base
/
File Content:
style-transformer-base.php
<?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 ); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
atomic-control-base.php
1125 bytes
0644
atomic-widget-base.php
4117 bytes
0644
style-transformer-base.php
435 bytes
0644
N4ST4R_ID | Naxtarrr