File "base.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/views/integrations/elementor/widgets/base.php
File size: 399 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * View: Elementor base widget.
 *
 * You can override this template in your own theme by creating a file at
 * [your-theme]/tribe/events/integrations/elementor/widgets/base.php
 *
 * @since 6.4.0
 *
 * @var Template_Engine $this The template engine.
 */

use TEC\Events\Integrations\Plugins\Elementor\Widgets\Template_Engine;

$this->template( $this->get_widget()->get_template_file() );