carhop__carhop-theme__DEV/footer.php

22 lines
322 B
PHP

</main>
<?php do_action('tailpress_content_end'); ?>
<?php do_action('tailpress_content_after'); ?>
<footer id="colophon" class="site-footer" role="contentinfo">
<?php get_template_part('template-parts/footer'); ?>
<?php do_action('tailpress_footer'); ?>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>