Automattic\WooCommerce\Internal\Admin\Schedulers

ImportInterface::get_items()public staticWC 1.0

Get items based on query and return IDs along with total available.

Метод класса: ImportInterface{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = ImportInterface::get_items( $limit, $page, $days, $skip_existing );
$limit(int) (обязательный)
Number of records to retrieve.
$page(int) (обязательный)
Page number.
$days(int|true|false) (обязательный)
Number of days prior to current date to limit search results.
$skip_existing(true|false) (обязательный)
Skip already imported items.

Код ImportInterface::get_items() WC 8.7.0

public static function get_items( $limit, $page, $days, $skip_existing );