Admin::withdrawals()
Show all withdrawals from the instructors
Source
File: classes/Admin.php
public function withdrawals() { include DOZENT_ABSPATH . 'views/admin/withdrawals.php'; }
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |
Show all withdrawals from the instructors
File: classes/Admin.php
public function withdrawals() { include DOZENT_ABSPATH . 'views/admin/withdrawals.php'; }
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |