Summery Summery
Remove the current session token from the database.
Syntax Syntax
Source Source
File: wp-includes/user.php
/** * Retrieve a list of sessions for the current user. * * @since 4.0.0 * * @return array Array of sessions. */
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |