action_scheduler/migration_complete

action_scheduler/migration_complete

Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.4.4

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

  • /vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php line 57
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    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