File "footer.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/views/embed/footer.php
File size: 330 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Embed footer template.
*
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/embed/footer.php
*
* @package TEC/Common
*
* @since 6.5.4
* @version 6.5.4
*
* @var Template $this The template object.
*/
use TEC\Common\Template;
wp_footer();
?>
</body>
</html>
<?php