ActionScheduler_HybridStore::migrate()privateWC 1.0

Migrate a list of actions to the table data store.

Method of the class: ActionScheduler_HybridStore{}

No Hooks.

Return

null. Nothing (null).

Usage

// private - for code of main (parent) class only
$result = $this->migrate( $action_ids );
$action_ids(array) (required)
List of action IDs.

ActionScheduler_HybridStore::migrate() code WC 8.7.0

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