WP_Session_Tokens::get_all()

Retrieves all sessions for a user.


Description Description


Return Return

(array) Sessions for a user.


Top ↑

Source Source

File: wp-includes/class-wp-session-tokens.php

	final public function get_all() {
		return array_values( $this->get_sessions() );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.