User::dashboard_logout()
LogOut from the dashboard
Source
File: classes/User.php
162 163 164 165 166 | public function dashboard_logout() { wp_logout(); wp_redirect( dozent_dashboard_uri() ); die (); } |
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |