Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
intedgroup-universities
:
footer.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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>