sakura/app/footer.php

23 lines
358 B
PHP
Raw Normal View History

2021-07-09 18:28:29 +08:00
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Twenty_One
* @since 1.0.0
*/
?>
</div><!-- #app -->
<?php wp_footer(); ?>
</body>
</html>