WP_Session_Tokens::get_all(): array In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves all sessions for a user. Return array Sessions for a user. Source final public function get_all() { return array_values( $this->get_sessions() ); } View all references View on Trac View on GitHub Related UsesDescriptionWP_Session_Tokens::get_sessions()wp-includes/class-wp-session-tokens.phpRetrieves all sessions of the user. Changelog VersionDescription4.0.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.