'; echo '
'; } endif; if ( ! function_exists( 'news_vibrant_top_left_section' ) ) : /** * Top header left section * * @since 1.0.0 */ function news_vibrant_top_left_section() { $news_vibrant_date_option = get_theme_mod( 'news_vibrant_top_date_option', true ); ?>
'. esc_html( date_i18n('l, F d, Y') ) .'
'; } if ( has_nav_menu( 'news_vibrant_top_menu' ) ) { ?>
'; } } endif; if ( ! function_exists( 'news_vibrant_top_header_end' ) ) : /** * Top header end * * @since 1.0.0 */ function news_vibrant_top_header_end() { echo ''; echo ''; } endif; /** * Managed functions for top header hook * * @since 1.0.0 */ add_action( 'news_vibrant_top_header', 'news_vibrant_top_header_start', 5 ); add_action( 'news_vibrant_top_header', 'news_vibrant_top_left_section', 10 ); add_action( 'news_vibrant_top_header', 'news_vibrant_top_right_section', 15 ); add_action( 'news_vibrant_top_header', 'news_vibrant_featured_post_toggle', 20 ); add_action( 'news_vibrant_top_header', 'news_vibrant_top_header_end', 25 ); /*-----------------------------------------------------------------------------------------------------------------------*/ if ( ! function_exists( 'news_vibrant_top_featured_section_start' ) ) : /** * header featured section start * * @since 1.0.0 */ function news_vibrant_top_featured_section_start() { echo '