Automattic\WooCommerce\Database\Migrations
TableMigrator::process_migration_batch_for_ids_core
Устарела с версии 8.0.0. Больше не поддерживается и может быть удалена. Используйте
`fetch_sanitized_migration_data` and `process_migration_data`
.The core method that actually performs the migration for the supplied batch of order ids. It doesn't need to deal with database errors nor with exceptions.
Метод класса: TableMigrator{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->process_migration_batch_for_ids_core( $entity_ids ): void;
- $entity_ids(массив) (обязательный)
- Order ids to migrate.
Список изменений
Устарела с 8.0.0 | Use fetch_sanitized_migration_data and process_migration_data instead. |
Код TableMigrator::process_migration_batch_for_ids_core() TableMigrator::process migration batch for ids core WC 9.9.5
abstract protected function process_migration_batch_for_ids_core( array $entity_ids ): void;