// SYSTEM PANEL //
[ROOT]
/
home
/
comaria
/
filipendule
/
wp-content
/
plugins
/
elementor
/
core
/
isolation
[ PARENT ]
EDIT :: kit-adapter-interface.php
<?php namespace Elementor\Core\Isolation; interface Kit_Adapter_Interface { public function get_kit_settings(); public function get_main_post(); }
SAVE
CANCEL