WP_Session_Tokens::get_sessions()

Retrieves all sessions of the user.


Description


Return

(array) Sessions of the user.


Top ↑

Source

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

	abstract protected function get_sessions();

Top ↑

Changelog

Version Description
4.0.0 Introduced.