CustomersScheduler::get_items( int $limit = 10, int $page = 1, int|bool $days = false, bool $skip_existing = false )
Get the customer IDs and total count that need to be synced.
Description Description
Parameters Parameters
- $limit
-
(Optional) Number of records to retrieve.
Default value: 10
- $page
-
(Optional) Page number.
Default value: 1
- $days
-
(Optional) Number of days prior to current date to limit search results.
Default value: false
- $skip_existing
-
(Optional) Skip already imported customers.
Default value: false
Source Source
File: packages/woocommerce-admin/src/Schedulers/CustomersScheduler.php