<?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
Back to Directory