WP_Session_Tokens::get_sessions()
Retrieves all sessions of the user.
Method of the class: WP_Session_Tokens{}
No Hooks.
Return
Array
. Sessions of the user.
Usage
// protected - for code of main (parent) or child class $result = $this->get_sessions();
Changelog
Since 4.0.0 | Introduced. |
WP_Session_Tokens::get_sessions() WP Session Tokens::get sessions code WP 6.1.1
abstract protected function get_sessions();