Migration
Migration Config
Action_SchedulerMigrationConfig is a builder class that configures the migration runner with source/destination stores and loggers. Since: 3.0.0 Source: classes/migration/Config.php Purpose...
Updated February 13, 2026
Migration Overview
Action Scheduler's migration system moves scheduled actions from legacy WP Post-based storage to custom database tables for improved performance and...
Updated February 13, 2026
Migration Runner
Action_SchedulerMigrationRunner executes the actual migration of actions and logs from the source store to the destination store. Since: 3.0.0 Source:...
Updated February 13, 2026
Migration Scheduler
Action_SchedulerMigrationScheduler manages the background scheduling of migration batches. Since: 3.0.0 Source: classes/migration/Scheduler.php Purpose The Scheduler: Schedules recurring migration batches as...
Updated February 13, 2026