do_action( 'dozent_enrolment_status_updated', int $ID, string $old_status, string $new_status, object $this )

Action hook to after update enrolment status


Parameters

$ID

(int) enrolment ID

$old_status

(string) Current status of this enrolment

$new_status

(string) New Enrolment Status

$this

(object) Current enrolment data as model object


Source

File: Model/Enrol.php



Changelog

Changelog
Version Description
DozentLMS v.1.0.0 Introduced.