About
New tutor with great energy. Affordable lessons and modern slang from Joburg.
// 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).
SunMonTueWedThuFriSat 08:00·······09:00·●●●●●·10:00·●●●●●·11:00·●●●●●·12:00·●●●●●·13:00·●●●●●·14:00·●●●●●·15:00·●●●●●·16:00·●●●●●·17:00·●●●●●·18:00·●●●●●·19:00·●●●●●·20:00·······
Reviews
No reviews yet — be the first.