do_action( 'dozent_instructor_attach_course_after', int $inserted_id, array $data, object $user, object $course )

Action hook after attach an instructor to a specific course


Parameters

$inserted_id

(int) Inserted Row ID

$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.