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

File: includes/user-functions.php



Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.