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.
- MetaToCustomTableMigrator
- Base class for implementing migrations from the standard WordPress meta table
to custom structured tables.
- MetaToMetaTableMigrator
- Base class for implementing migrations from the standard WordPress meta table
to custom meta (key-value pairs) tables.
- TableMigrator
- Base class for implementing WP posts to order tables migrations handlers.