Debate Syllabus
This project aims to build an Afrikaans and English competition program that helps individuals grow into
confident leaders who can communicate clearly and effectively in front of any audience.
function tt_display_purchase_note_in_all_emails( $args ) { $args['show_purchase_note'] = true; return $args; } add_filter( 'woocommerce_email_order_items_args', 'tt_display_purchase_note_in_all_emails', 10, 2 );
This project aims to build an Afrikaans and English competition program that helps individuals grow into
confident leaders who can communicate clearly and effectively in front of any audience.