Please check this function for this " bp_course_get_instructor " in vibe course module plugin -> includes folder -> bp-course template.php file .
If you just want the instructor id then try this function :
get_course_inst_id($course_id){if(empty($course_id))$course_id=get_the_ID();$post_tmp= get_post($course_id)return $post_tmp->post_author;}
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘get instructor by course id’ is closed to new replies.