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