Files
2026-04-23 04:33:43 +03:30

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>';