/
home
/
assocoweys
/
fpdd
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
props-resolver
/
Upload File
HOME
<?php namespace Elementor\Modules\AtomicWidgets\PropsResolver; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } abstract class Transformer_Base { abstract public function transform( $value, $key ); }