Title: instructor private courses
Last modified: July 3, 2021

---

# instructor private courses

 *  Resolved [masitravel](https://wordpress.org/support/users/masitravel/)
 * (@masitravel)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/instructor-private-courses/)
 * Hi
 * Is there a way for instructors to see courses made private in there dashboard,
   as soon as I make a course private, it disappears under instructors my courses.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Shibbir Ahmed](https://wordpress.org/support/users/creativeartbd/)
 * (@creativeartbd)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/instructor-private-courses/#post-14633999)
 * Hello [@masitravel](https://wordpress.org/support/users/masitravel/)
 * There is no settings for this but you may directory customize the code. Go to
   wp-content/plugins/tutor/templates/dashboard/my-courses.php at line number 14.
   Now you can see this code:
 * `$my_courses = tutor_utils()->get_courses_by_instructor(null, array('publish','
   draft', 'pending'));`
 * You just need to add a new element to the array, like this:
 * `$my_courses = tutor_utils()->get_courses_by_instructor(null, array('publish','
   draft', 'pending', 'private'));`
 * Kind Regards.
 *  Thread Starter [masitravel](https://wordpress.org/support/users/masitravel/)
 * (@masitravel)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/instructor-private-courses/#post-14644540)
 * Thanks it worked but I need it to be purchasable or if I manually enroll a student
   the instructor gets their revenue share/earnings.
 * The idea is for the course not to be purchasable by anyone but a specific student
   as it would be unique to that student.
    -  This reply was modified 4 years, 11 months ago by [masitravel](https://wordpress.org/support/users/masitravel/).
 *  [Shibbir Ahmed](https://wordpress.org/support/users/creativeartbd/)
 * (@creativeartbd)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/instructor-private-courses/#post-14654811)
 * Hello
 * There is no option to hide the enroll button from the individual course. You 
   may use CSS **display : none** to hide the enroll button. This way no one can
   enroll to that couze.
 * Kind Regares.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘instructor private courses’ is closed to new replies.

 * ![](https://ps.w.org/tutor/assets/icon-256x256.gif?rev=3193875)
 * [Tutor LMS - eLearning and online course solution](https://wordpress.org/plugins/tutor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tutor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tutor/)
 * [Active Topics](https://wordpress.org/support/plugin/tutor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tutor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tutor/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Shibbir Ahmed](https://wordpress.org/support/users/creativeartbd/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/instructor-private-courses/#post-14654811)
 * Status: resolved