';
}
endif;
/**
* Top header left section
*
* @since 1.0.0
*/
if ( ! function_exists( 'education_master_top_left_section' ) ) :
function education_master_top_left_section() {
$education_master_date_option = get_theme_mod( 'education_master_top_date_option', 'show' );
?>
' . esc_html( date_i18n( 'l, F d, Y' ) ) . '
';
}
?>