Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Classes / User / User::dashboard_logout()

User::dashboard_logout()

LogOut from the dashboard


Source

File: classes/User.php

	public function dashboard_logout() {
		wp_logout();
		wp_redirect( dozent_dashboard_uri() );
		die();
	}

Expand full source code Collapse full source code


Related

Uses

Uses
Uses Description
includes/core-functions.php: dozent_dashboard_uri()

Return Dozent dashboard URL


Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.
© 2023, Dozent LMS