action_scheduler/migration_complete

action_scheduler/migration_complete

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.6.6.1

do_action('action_scheduler/migration_complete') is found 1 times:

  • /packages/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