Delete files

This commit is contained in:
Roman Pyrih
2024-07-29 12:59:43 +02:00
parent d47e06907b
commit f6da3b4871
9341 changed files with 3 additions and 3741550 deletions

View File

@@ -1,27 +0,0 @@
<?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();
}