14 lines
246 B
PHP
14 lines
246 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* The template for displaying the BLANK footer
|
||
|
|
*
|
||
|
|
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
|
||
|
|
*
|
||
|
|
* @package Upstudy
|
||
|
|
*/
|
||
|
|
|
||
|
|
echo '</div>';
|
||
|
|
wp_footer();
|
||
|
|
echo '</body>';
|
||
|
|
echo '</html>';
|