'rounded-circle' ) ); if ( empty( $author_img ) ) { echo wp_kses_post( $avatar_img ); if ( atbdp_is_page( 'dashboard' ) ) { printf( ' %s, %s ', esc_html__( 'Hi', 'best-listing' ), get_the_author_meta( 'display_name', get_current_user_id() ) ); } } else { printf( '', esc_url( $author_img[0] ) ); } ?>