File "ct-contract.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-contract.php
File size: 187 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ElementsKit_Lite\Modules\Widget_Builder\Controls;
defined( 'ABSPATH' ) || exit;
interface CT_Contract {
public function start_writing_conf( $file_handler, $conf);
}