Bantu Plaza BantuPlaza
KT

Kgosi Tau

Gaborone, Botswana · Standard · 4.5 (12 reviews) · 34 lessons taught · ~25 min

Teaches: 🇧🇼 Setswana

AffordableBeginner
New Tutor

About

Affordable Setswana lessons. Great for absolute beginners on a budget.

// Inline review prompt: if the current user has a completed booking // with this tutor that hasn't been reviewed, surface the form right // on the profile (S-17 / MP-8). if ( is_user_logged_in() ) { $my_bookings = BP_Booking::for_student( get_current_user_id(), array( 'completed' ), 30 ); foreach ( $my_bookings as $bk ) { if ( (int) get_post_meta( $bk->ID, 'tutor_post_id', true ) !== (int) $tid ) { continue; } if ( BP_Reviews::find_for_booking( $bk->ID ) ) { continue; } echo do_shortcode( '[bp_review_form booking="' . (int) $bk->ID . '"]' ); break; // one prompt is enough } } ?>

Availability

All times in Africa/Gaborone (UTC+02:00).

Reviews

No reviews yet — be the first.