INTERVAL
INTERVAL = 3600
Class Users
batch_check(int $page, int $total, int $pages) : mixed
Perform batch checking for users based on specific conditions.
Ignore users with _um_registration_in_progress
that can be in the process of the registration.
Get users with empty account_status
meta.
int | $page | The current page number. |
int | $total | The total number of users to process. |
int | $pages | The total number of pages to process. |