Files
valier-theme/theme/footer.php
2024-09-21 15:42:53 +02:00

24 lines
448 B
PHP

<?php
/**
* The template for displaying the footer
*
* Contains the closing of the `#content` element and all content thereafter.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Valier
*/
?>
</div><!-- #content -->
<?php get_template_part( 'template-parts/layout/footer', 'content' ); ?>
</div><!-- #page -->
<?php wp_footer(); ?>
<div class="m-2 hidden"></div>
</body>
</html>