CustomOrderTable
Interfaces, Classes and Traits
PostMetaToOrderMetaMigrator
Helper class to migrate records from the WordPress post meta table
to the custom orders meta table.
PostsToOrdersMigrationController
This is the main class used to perform the complete migration of orders
from the posts table to the custom orders table.
PostToOrderAddressTableMigrator
Helper class to migrate records from the WordPress post table
to the custom order addresses table.
PostToOrderOpTableMigrator
Helper class to migrate records from the WordPress post table
to the custom order operations table.
PostToOrderTableMigrator
Helper class to migrate records from the WordPress post table
to the custom order table (and only that table - PostsToOrdersMigrationController
is used for fully migrating orders).