\um\common\actionsUsers

Class Users

Summary

Methods
Properties
Constants
__construct()
add_recurring_action()
status_check()
batch_check()
No public properties found
INTERVAL
SCHEDULE_ACTION
BATCH_SIZE
BATCH_ACTION
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

INTERVAL

INTERVAL = 3600

SCHEDULE_ACTION

SCHEDULE_ACTION = 'um_schedule_empty_account_status_check'

BATCH_SIZE

BATCH_SIZE = 50

BATCH_ACTION

BATCH_ACTION = 'um_set_default_account_status'

Methods

__construct()

__construct() : mixed

Returns

mixed

add_recurring_action()

add_recurring_action() : mixed

Returns

mixed

status_check()

status_check() : mixed

Returns

mixed

batch_check()

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.

Parameters

int $page

The current page number.

int $total

The total number of users to process.

int $pages

The total number of pages to process.

Returns

mixed