Index of /wp-content/<?php
namespace Elementor;
if ( ! defined( 'ABSPATH' ) ) {
exit; / Exit if accessed directly.
}
/**
* Elementor select control.
*
* A base control for creating select control. Displays a simple select box.
* It accepts an array in which the `key` is the option value and the `value` is
* the option name.
*
* @since 1.0.0
*/
class Control_Select extends Base_Data_Control {
Name Last modified Size Description
Parent Directory -
**
* Get select co..> 2021-12-23 17:05 -