????
| Current Path : /home/tplkfrt/www/wp-content/plugins/elementor/core/isolation/ |
| Current File : /home/tplkfrt/www/wp-content/plugins/elementor/core/isolation/elementor-adapter-interface.php |
<?php
namespace Elementor\Core\Isolation;
interface Elementor_Adapter_Interface {
public function get_template_type( $template_id ) : string;
}