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