-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
29 lines (19 loc) · 757 Bytes
/
footer.php
File metadata and controls
29 lines (19 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
</main>
<?php do_action( 'skipjackai_2024_content_end' ); ?>
</div>
<?php do_action( 'skipjackai_2024_content_after' ); ?>
<footer id="colophon" class="site-footer border-t border-subtle bg-white dark:bg-black mt-12" role="contentinfo">
<?php get_template_part('template-parts/footer/footer-widgets'); ?>
<?php do_action( 'skipjackai_2024_footer' ); ?>
<div class="border-t border-subtle">
<div class="page-wrapper w-full flex justify-between py-7 items-center">
<span class="text-xs"><?php $customizer = new TailCraft\Theme\Customizer(); echo $customizer->copyright(); ?></span>
<div class="flex space-x-3">
</div>
</div>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>