📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 09:57:58
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
elementor
/
includes
/
interfaces
✏️
Editing: group-control.php
<?php namespace Elementor; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Group control interface. * * An interface for Elementor group control. * * @since 1.0.0 */ interface Group_Control_Interface { /** * Get group control type. * * Retrieve the group control type. * * @since 1.0.0 * @access public * @static */ public static function get_type(); }
💾 Save Changes
❌ Cancel