File "kit-adapter-interface.php"
Full Path: /home/elegucvf/public_html/elementor/core/isolation/kit-adapter-interface.php
File size: 152 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Elementor\Core\Isolation;
interface Kit_Adapter_Interface {
public function get_kit_settings();
public function get_main_post();
}