add_action( 'template_redirect', 'ssdsi_viewport_buffer_start', 0 ); function ssdsi_viewport_buffer_start() { if ( is_admin() ) return; ob_start( 'ssdsi_viewport_replace' ); } function ssdsi_viewport_replace( $html ) { return str_replace( '', '', $html ); }
Select Page

My Online Courses

Below are a list of your current online courses, progress and overall grades :

You need to be logged in to see your course progress.