chore: complete M1.1 runtime QA and release packaging

This commit is contained in:
XShop
2026-09-13 19:04:41 +03:30
commit f11e1d650d
66 changed files with 3094 additions and 0 deletions
+20
View File
@@ -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>