ActionScheduler_HybridStore::migrate()
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() ActionScheduler HybridStore::migrate code WC 9.3.1
private function migrate( $action_ids ) { $this->migration_runner->migrate_actions( $action_ids ); }