File: //home/u435929562/domains/tec-edu.in/public_html/wp-content/themes/education-hub/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Education_Hub
*/
/**
* Hook - education_hub_action_after_content.
*
* @hooked education_hub_content_end - 10
*/
do_action( 'education_hub_action_after_content' );
?>
<?php
/**
* Hook - education_hub_action_before_footer.
*
* @hooked education_hub_footer_start - 10
*/
do_action( 'education_hub_action_before_footer' );
?>
<?php
/**
* Hook - education_hub_action_footer.
*
* @hooked education_hub_footer_copyright - 10
*/
do_action( 'education_hub_action_footer' );
?>
<?php
/**
* Hook - education_hub_action_after_footer.
*
* @hooked education_hub_footer_end - 10
*/
do_action( 'education_hub_action_after_footer' );
?>
<?php
/**
* Hook - education_hub_action_after.
*
* @hooked education_hub_page_end - 10
* @hooked education_hub_footer_goto_top - 20
*/
do_action( 'education_hub_action_after' );
?>
<?php wp_footer(); ?>
</body>
</html>