ActionScheduler_HybridStore::migrate()privateWC 1.0

Migrate a list of actions to the table data store.

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

Хуков нет.

Возвращает

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

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

// private - только в коде основоного (родительского) класса
$result = $this->migrate( $action_ids );
$action_ids(массив) (обязательный)
List of action IDs.

Код ActionScheduler_HybridStore::migrate() WC 8.7.0

private function migrate( $action_ids ) {
	$this->migration_runner->migrate_actions( $action_ids );
}