OwlCyberSecurity - MANAGER
Edit File: elementor-adapter-interface.php
<?php namespace Elementor\Core\Isolation; interface Elementor_Adapter_Interface { public function get_template_type( $template_id ) : string; }