weedops-theme/footer.php
John Mizerek 2db3c63e5a Initial commit: WeedOps WordPress theme
Custom theme for weedops.site — front page, header, footer,
functions, styles, and images.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 19:28:20 -07:00

15 lines
459 B
PHP

</main>
<footer class="site-footer">
<div class="container">
<div class="footer-content">
<span class="footer-location">WeedOps &middot; Los Angeles, California</span>
<span class="footer-copy">&copy; <?php echo date('Y'); ?> WeedOps</span>
</div>
<p class="footer-disclaimer">This is a confidential investor overview. Not a public offering.</p>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>