Automattic\WooCommerce\Internal\Admin\Schedulers
ImportInterface::get_items()
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() ImportInterface::get items WC 9.3.3
public static function get_items( $limit, $page, $days, $skip_existing );