PATH:
home
/
lab2454c
/
argowells.com
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
controls
/
types
<?php namespace Elementor\Modules\AtomicWidgets\Controls\Types; use Elementor\Modules\AtomicWidgets\Controls\Base\Atomic_Control_Base; use Elementor\Modules\AtomicWidgets\Utils\Image\Image_Sizes; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Image_Control extends Atomic_Control_Base { public function get_type(): string { return 'image'; } public function get_props(): array { return [ 'sizes' => Image_Sizes::get_all(), ]; } }
[-] inline-editing-control.php
[edit]
[-] query-control.php
[edit]
[-] toggle-control.php
[edit]
[-] image-control.php
[edit]
[-] date-time-control.php
[edit]
[+]
..
[+]
elements
[-] text-control.php
[edit]
[-] switch-control.php
[edit]
[-] textarea-control.php
[edit]
[-] html-tag-control.php
[edit]
[-] select-control.php
[edit]
[-] size-control.php
[edit]
[-] number-control.php
[edit]
[-] svg-control.php
[edit]
[-] link-control.php
[edit]
[-] repeatable-control.php
[edit]