/
/
home
/
melaqxso
/
nymetrocualumni.com
/
wp-content
/
plugins
/
elementor
/
includes
/
controls
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/nymetrocualumni.com/wp-content/plugins/elementor/includes/controls
Edit:
/home/melaqxso/nymetrocualumni.com/wp-content/plugins/elementor/includes/controls/base-ui.php
<?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' ]; } }
Ukuran: 516 B