action_scheduler/no_action_to_migrate

action_scheduler/no_action_to_migrate

Hook Type: action

See hook in core

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

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

  • /vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php line 63
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
            $this->source->delete_action( $source_action_id );
        } catch ( \Exception $e ) {
            // nothing to do, it didn't exist in the first place
        }
        do_action( 'action_scheduler/no_action_to_migrate', $source_action_id, $this->source, $this->destination );
     
        return 0;
    }
     
    try {