Files
hub-insurance/wp-content/themes/HelloChildTheme/footer.php
T
2026-07-02 15:54:39 -06:00

23 lines
402 B
PHP

<?php
/**
* The template for displaying the footer.
*
* Contains the body & html closing tags.
*
* @package HelloElementor
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) {
get_template_part( 'template-parts/footer' );
}
?>
<?php wp_footer(); ?>
</body>
</html>