action_scheduler/migration_complete
action_scheduler/migration_complete
Appears in: all-in-one-seo-pack.4.7.0
Hook Type: action
Displaying hooks found in version: all-in-one-seo-pack.4.7.0do_action('action_scheduler/migration_complete') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php line 57
public function mark_complete() { $this->unschedule_migration(); \ActionScheduler_DataController::mark_migration_complete(); do_action( 'action_scheduler/migration_complete' ); } /** * Get a flag indicating whether the migration is scheduled. * * @return bool Whether there is a pending action in the store to handle the migration