do_action( 'dozent_instructor_attach_course_before', array $data , object $user , object $course )
Action hook before attach an instructor to a specific course
Parameters
- $data
-
(array) Inserted data
- $user
-
(object) User Object
- $course
-
(object) Course | Post Object
Source
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |