WP_User_Meta_Session_Tokens::drop_sessions() In this article Table of ContentsSource Related Changelog ↑ Back to top Destroys all sessions for all users. Source public static function drop_sessions() { delete_metadata( 'user', 0, 'session_tokens', false, true ); } View all references View on Trac View on GitHub Related UsesDescriptiondelete_metadata()wp-includes/meta.phpDeletes metadata for the specified object. 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.