Submit
Path:
~
/
home
/
getwphos
/
public_html
/
sdp
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
props-resolver
/
File Content:
transformers-registry.php
<?php namespace Elementor\Modules\AtomicWidgets\PropsResolver; use Elementor\Core\Utils\Collection; use Elementor\Utils; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Transformers_Registry extends Collection { public function register( string $key, Transformer_Base $transformer ): self { if ( isset( $this->items[ $key ] ) ) { Utils::safe_throw( "{$key} transformer is already registered." ); return $this; } $this->items[ $key ] = $transformer; return $this; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
transformers
---
0755
props-resolver.php
3367 bytes
0644
transformer-base.php
219 bytes
0644
transformers-registry.php
519 bytes
0644
N4ST4R_ID | Naxtarrr