WP_Session_Tokens::get_sessions()

This method should retrieve all sessions of a user, keyed by verifier.


Return

(array) Sessions of a user, keyed by verifier.


Source

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

	abstract protected function get_sessions();


Changelog

Changelog
Version Description
WP-4.0.0 Introduced.