?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/r/a/n/rankinh/lynkandco/wp-content/plugins/elementor/core/isolation/
Upload File :
Current File : /home/r/a/n/rankinh/lynkandco/wp-content/plugins/elementor/core/isolation/elementor-adapter.php

<?php

namespace Elementor\Core\Isolation;

use Elementor\Plugin;
use Elementor\Modules\ElementorCounter\Module as Elementor_Counter_Module;

class Elementor_Adapter implements Elementor_Adapter_Interface {
	public function get_template_type( $template_id ): string {
		return Plugin::$instance->documents->get( $template_id )->get_template_type();
	}
}