includes(); $controls_manager = \Elementor\Plugin::$instance->controls_manager; $controls_manager->register_control(\Elementor\CustomControl\ImageSelector_Control::ImageSelector, new \Elementor\CustomControl\ImageSelector_Control()); } public function __construct() { add_action('elementor/controls/controls_registered', [$this, 'register_controls']); } } new Elementor_Custom_Controls();