File "embed.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/views/calendar-embeds/embed.php
File size: 220 bytes
MIME-type: text/x-php
Charset: utf-8
<?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();