CourseBuilder::attach_current_instructor( $post_ID )

Attach current instructor with course


Description

See also


Source

File: classes/CourseBuilder.php

	public function attach_current_instructor( $post_ID ){
		dozent_instructor_attach_course( $post_ID, get_current_user_id() );
	}


Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.