Bantu Plaza BantuPlaza
ZM

Zanele Mahlangu

Johannesburg, South Africa · Standard · 4.6 (18 reviews) · 62 lessons taught · ~20 min

Teaches: 🇿🇦 Zulu

BeginnerAffordableSlang
Rising Tutor

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).

Reviews

No reviews yet — be the first.