if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
* Group control interface.
* An interface for Elementor group control.
interface Group_Control_Interface {
* Get group control type.
* Retrieve the group control type.
public static function get_type();