esc_html__( '0123456789', 'aarambha-real-estate' ), 'subtitle' => esc_html__( 'phone number', 'aarambha-real-estate' ), 'icon' => 'fa-phone', 'link_type' => 'tel', 'link' => '#' ], [ 'title' => esc_html__( 'youremail@gmail.com', 'aarambha-real-estate' ), 'subtitle' => esc_html__( 'email address', 'aarambha-real-estate' ), 'icon' => 'fa-envelope', 'link_type' => 'email', 'link' => '#' ], [ 'title' => esc_html__( 'address', 'aarambha-real-estate' ), 'subtitle' => esc_html__( 'find us', 'aarambha-real-estate' ), 'icon' => 'fa-map-marker', 'link_type' => 'disable', 'link' => '#' ] ] ); if ( $contact_info_lists ) : $sort_contents = get_theme_mod( 'aarambha_real_estate_header_contact_info_elements', ['title','subtitle'] ); // Content and icon flow $content_class = ['d-flex align-items-center']; // Icon Position $icon_position = get_theme_mod( 'aarambha_real_estate_header_contact_info_icon_position', ['desktop'=> 'before'] ); $content_class[] = ( $icon_position && $icon_position['desktop'] == 'after' ) ? 'flex-row-reverse' : 'flex-row'; $content_class = array_unique( $content_class ); $link_open = get_theme_mod( 'aarambha_real_estate_header_contact_info_link_open', '' ); $link_target = ( $link_open && array_key_exists( 'desktop', $link_open ) ) ? '_blank' : '_self'; ?>