public updateExpired(
&$um
object ,
&$uids
array );Let plugins know about expired accounts.
This is called for expunging/updating data about accounts that have expired. it is called with an associative array of not more than 8,000 user ID's, the $uids array is keyed on the user ID, the fields are expires,created,password,email,name (and possibly more) field names.
If there are more than 8,000 (or 7501) useraccounts, it will be called more than once, with new user account info.