File "footer.php"

Full Path: /home/dcqnetm/intuns/wp-content/themes/intedgroup-universities/footer.php
File size: 1.12 KB
MIME-type: text/x-php
Charset: utf-8

<?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>