wp_session_cleanup()
Clean up expired sessions by removing data and their expiration entries from the WordPress options table.
Contents
Description Description
This method should never be called directly and should instead be triggered as part of a scheduled task or cron job.
Source Source
File: includes/libraries/wp-session.php