🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
mnt
/
web613
/
c2
/
38
/
570372438
/
htdocs
/
STRATO-apps
/
wordpress_02
/
app
/
wp-content
/
plugins
/
elementor
/
modules
/
interactions
/
props
✏️
Editing: custom-effect-prop-type.php
<?php namespace Elementor\Modules\Interactions\Props; use Elementor\Modules\AtomicWidgets\PropTypes\Base\Object_Prop_Type; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Custom_Effect_Prop_Type extends Object_Prop_Type { public static function get_key(): string { return 'custom-effect'; } protected function define_shape(): array { return [ 'keyframes' => Keyframes_Prop_Type::make()->required(), ]; } }
💾 Save Changes
❌ Cancel