oont-contents/plugins/astra-addon/addons/learndash/templates/footer.php
2025-02-08 15:10:23 +01:00

17 lines
404 B
PHP

<?php
/**
* LearnDash - Footer Template
*
* @package Astra Addon
*/
?>
<footer itemtype="https://schema.org/WPFooter" itemscope="itemscope" id="colophon" <?php astra_footer_classes(); ?>>
<?php do_action( 'astra_woo_checkout_footer_content_top' ); ?>
<?php astra_footer_small_footer_template(); ?>
<?php do_action( 'astra_woo_checkout_footer_content_bottom' ); ?>
</footer><!-- #colophon -->