chore: complete M1.1 runtime QA and release packaging
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Footer — widgets, nav, copyright.
|
||||
*
|
||||
* @package XShop
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
defined('ABSPATH') || exit;
|
||||
?>
|
||||
</main>
|
||||
|
||||
<footer class="xshop-footer" role="contentinfo">
|
||||
<?php get_template_part('template-parts/components/site-footer'); ?>
|
||||
</footer>
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user