# elementor/3.25.3/core/isolation/kit-adapter-interface.php

Elementor Website Builder – more than just a page builder, version 3.25.3. 10 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.25.3/code/core/isolation/kit-adapter-interface.php
- Raw: https://pluginprobe.com/plugins/elementor/3.25.3/raw/core/isolation/kit-adapter-interface.php
- Modified: 2024-10-28T11:08:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.25.3/code/core/isolation/kit-adapter-interface.php#L10-L20`.

```php
<?php
namespace Elementor\Core\Isolation;

interface Kit_Adapter_Interface {

	public function get_kit_settings();

	public function get_main_post();
}

```
