Current File : /home/digitaw/www/wp-content/plugins/the-events-calendar/src/views/calendar-embeds/embed.php
<?php
/**
 * Template for a calendar embed.
 *
 * @since 6.11.0
 *
 * @version 6.11.0
 */

defined( 'ABSPATH' ) || exit;

tec_embed_header();

while ( have_posts() ) {
	the_post();
	the_content();
}

tec_embed_footer();