golden hour
/home/godaofbq/drhyperbaric.com/wp-content/plugins/elementor/modules/atomic-widgets/base
⬆️ Go Up
Upload
File/Folder
Size
Actions
atomic-control-base.php
1.1 KB
Del
OK
atomic-widget-base.php
4.02 KB
Del
OK
style-transformer-base.php
435 B
Del
OK
Edit: 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 ); }
Save