📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 02:11:43
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor
/
includes
/
controls
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/elementor/includes/controls
🔄 Refresh
✏️
Editing: base-ui.php
Writable
<?php namespace Elementor; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Elementor base UI control. * * An abstract class for creating new UI controls in the panel. * * @abstract */ abstract class Base_UI_Control extends Base_Control { /** * Get features. * * Retrieve the list of all the available features. * * @since 1.5.0 * @access public * @static * * @return array Features array. */ public static function get_features() { return [ 'ui' ]; } }
💾 Save Changes
❌ Cancel