Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
www
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
controls
/
types
/
Editing: switch-control.php
<?php namespace Elementor\Modules\AtomicWidgets\Controls\Types; use Elementor\Modules\AtomicWidgets\Base\Atomic_Control_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Switch_Control extends Atomic_Control_Base { public function get_type(): string { return 'switch'; } public function get_props(): array { return []; } }
Save
Cancel