';
/**
* parallax footer
*
* @since 1.0.7
*/
$parallax_footer = get_theme_mod('education_master_parallax_footer');
if($parallax_footer) { ?>
';
echo '';
}
endif;
/*-----------------------------------------------------------------------------------------------------------------------*/
/**
* Bottom footer side info
*
* @since 1.0.0
*/
if( ! function_exists( 'education_master_footer_site_info_section' ) ) :
function education_master_footer_site_info_section() {
?>
|
ThemeEgg' );
?>
';
echo '
';
}
endif;
/*-----------------------------------------------------------------------------------------------------------------------*/
/**
* Footer end
*
* @since 1.0.0
*/
if( ! function_exists( 'education_master_footer_end' ) ) :
function education_master_footer_end() {
echo '';
}
endif;
/*-----------------------------------------------------------------------------------------------------------------------*/
/**
* Go to Top Icon
*
* @since 1.0.0
*/
if( ! function_exists( 'education_master_go_top' ) ) :
function education_master_go_top() {
echo '
';
}
endif;
/*-----------------------------------------------------------------------------------------------------------------------*/
/**
* Managed functions for footer hook
*
* @since 1.0.0
*/
add_action( 'education_master_footer', 'education_master_footer_start', 5 );
add_action( 'education_master_footer', 'education_master_footer_widget_section', 10 );
add_action( 'education_master_footer', 'education_master_bottom_footer_start', 15 );
add_action( 'education_master_footer', 'education_master_footer_site_info_section', 20 );
add_action( 'education_master_footer', 'education_master_footer_menu_section', 25 );
add_action( 'education_master_footer', 'education_master_bottom_footer_end', 30 );
add_action( 'education_master_footer', 'education_master_footer_end', 35 );
add_action( 'education_master_footer', 'education_master_go_top', 40 );