action_scheduler/migration_batch_complete

action_scheduler/migration_batch_complete

Hook Type: action

See hook in core

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

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

  • /vendor/woocommerce/action-scheduler/classes/migration/Runner.php line 126
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
        }
     
        \ActionScheduler::logger()->hook_stored_action();
     
        do_action( 'action_scheduler/migration_batch_complete', $action_ids );
    }
     
    /**
     * Initialize destination store and logger.
     */
    public function init_destination() {