W3cubDocs

/WordPress

wp_get_all_sessions(): array

Retrieves a list of sessions for the current user.

Return

array Array of sessions.

Source

function wp_get_all_sessions() {
	$manager = WP_Session_Tokens::get_instance( get_current_user_id() );
	return $manager->get_all();
}

Changelog

Version Description
4.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_get_all_sessions