WP_User_Meta_Session_Tokens::destroy_all_sessions() In this article Table of ContentsSource Related Changelog ↑ Back to top Destroys all session tokens for the user. Source protected function destroy_all_sessions() { $this->update_sessions( array() ); } View all references View on Trac View on GitHub Related UsesDescriptionWP_User_Meta_Session_Tokens::update_sessions()wp-includes/class-wp-user-meta-session-tokens.phpUpdates the user’s sessions in the usermeta table. 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.