'; echo '
'; } 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' ) ) . '
'; } ?>
'; echo ''; } endif; /** * Managed functions for top header hook * * @since 1.0.0 */ add_action( 'education_master_top_header', 'education_master_top_header_start', 5 ); add_action( 'education_master_top_header', 'education_master_top_left_section', 10 ); add_action( 'education_master_top_header', 'education_master_top_right_section', 15 ); add_action( 'education_master_top_header', 'education_master_top_header_end', 20 ); /*-----------------------------------------------------------------------------------------------------------------------*/ /** * header section start * * @since 1.0.0 */ if ( ! function_exists( 'education_master_header_section_start' ) ) : function education_master_header_section_start() { $education_master_header_style_option = get_theme_mod( 'education_master_header_style_option', 'default' ); echo '