<?php /** * Single certificate footer file. * * This is used in favor of the theme's footer.php file in order to reduce theme compatibility issues * which arise on certificate templates. * * @package LifterLMS/Templates/Certificates * * @since 6.0.0 * @version 6.0.0 */ defined( 'ABSPATH' ) || exit; wp_footer(); ?> </body> </html>