[updated_option]
WP_Hook Object
(
[callbacks] => Array
(
[10] => Array
(
[00000000000034c90000000000000000action_handler] => Array
(
[function] => Array
(
[0] => Automattic\Jetpack\Sync\Listener Object
(
[sync_queue:Automattic\Jetpack\Sync\Listener:private] => Automattic\Jetpack\Sync\Queue Object
(
[id] => sync
[row_iterator:Automattic\Jetpack\Sync\Queue:private] => 0
[random_int] => 644869
[queue_storage] => Automattic\Jetpack\Sync\Queue\Queue_Storage_Table Object
(
[table_name_no_prefix] => jetpack_sync_queue
[table_name] => wp_jetpack_sync_queue
[queue_id] => sync
)
)
[full_sync_queue:Automattic\Jetpack\Sync\Listener:private] => Automattic\Jetpack\Sync\Queue Object
(
[id] => full_sync
[row_iterator:Automattic\Jetpack\Sync\Queue:private] => 0
[random_int] => 741793
[queue_storage] => Automattic\Jetpack\Sync\Queue\Queue_Storage_Table Object
(
[table_name_no_prefix] => jetpack_sync_queue
[table_name] => wp_jetpack_sync_queue
[queue_id] => full_sync
)
)
[sync_queue_size_limit:Automattic\Jetpack\Sync\Listener:private] => 5000
[sync_queue_lag_limit:Automattic\Jetpack\Sync\Listener:private] => 7200
)
[1] => action_handler
)
[accepted_args] => 3
)
)
[999] => Array
(
[0000000000002d590000000000000000process_updated_option] => Array
(
[function] => Array
(
[0] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[refund_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableRefundDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _refund_amount
[1] => _refund_reason
[2] => _refunded_by
[3] => _refunded_payment
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[data_cleanup:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup Object
(
[batch_processing:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[legacy_handler:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[features_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
(
[features:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[analytics] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Analytics
[order] => 10
[description] => Enable WooCommerce Analytics
[option_key] => woocommerce_analytics_enabled
)
[product_block_editor] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => New product editor
[order] => 10
[description] => Try the new product editor (Beta)
[disabled] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
[desc_tip] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
)
[cart_checkout_blocks] => Array
(
[disable_ui] => 1
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] =>
[plugins_are_incompatible_by_default] =>
[name] => Cart & Checkout Blocks
[order] => 10
[description] => Optimize for faster checkout
)
[rate_limit_checkout] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Rate limit Checkout
[order] => 10
[description] => Enables rate limiting for Checkout place order and Store API /checkout endpoint. To further control this, refer to rate limiting documentation.
)
[marketplace] => Array
(
[disable_ui] => 1
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Marketplace
[order] => 10
[description] => New, faster way to find extensions and themes for your WooCommerce store
)
[order_attribution] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Order Attribution
[order] => 10
[description] => Enable this feature to track and credit channels and campaigns that contribute to orders on your site
)
[site_visibility_badge] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Site visibility badge
[order] => 10
[description] => Enable the site visibility badge in the WordPress admin bar
[disabled] =>
)
[hpos_fts_indexes] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => HPOS Full text search indexes
[order] => 10
[description] => Create and use full text search indexes for orders. This feature only works with high-performance order storage.
[option_key] => woocommerce_hpos_fts_index_enabled
)
[hpos_datastore_caching] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => HPOS Data Caching
[order] => 10
[description] => Enable order data caching in the datastore. This feature only works with high-performance order storage.
[option_key] => woocommerce_hpos_datastore_caching_enabled
)
[remote_logging] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Remote Logging
[order] => 10
[description] => Allow WooCommerce to send error logs and non-sensitive diagnostic data to help improve WooCommerce. This feature requires usage tracking to be enabled.
[setting] => Array
(
[disabled] => Closure Object
(
[static] => Array
(
[tracking_enabled] =>
)
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
[desc_tip] => Closure Object
(
[static] => Array
(
[tracking_enabled] =>
)
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
[value] => no
)
)
[email_improvements] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Email improvements
[order] => 10
[description] => Enable modern email design for transactional emails
)
[blueprint] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Blueprint (beta)
[order] => 10
[description] => Enable blueprint to import and export settings in bulk
)
[block_email_editor] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Block Email Editor (alpha)
[order] => 10
[description] => Enable the block-based email editor for transactional emails. Learn more
)
[point_of_sale] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Point of Sale
[order] => 10
[description] => Enable Point of Sale functionality in the WooCommerce mobile apps.
)
[custom_order_tables] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] =>
[plugins_are_incompatible_by_default] => 1
[name] => High-Performance order storage
[order] => 50
[option_key] => woocommerce_custom_orders_table_enabled
[setting] => Array
(
[id] => woocommerce_custom_orders_table_enabled
[title] => Order data storage
[type] => radio
[options] => Array
(
[no] => WordPress posts storage (legacy)
[yes] => High-performance order storage (recommended)
)
[value] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[disabled] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[desc] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[desc_at_end] => 1
[row_class] => woocommerce_custom_orders_table_enabled
)
[additional_settings] => Array
(
[0] => Array
(
[id] => woocommerce_custom_orders_table_data_sync_enabled
[title] =>
[type] => checkbox
[desc] => Enable compatibility mode (Synchronize orders between High-performance order storage and WordPress posts storage).
[value] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[desc_tip] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[description_is_error] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[row_class] => woocommerce_custom_orders_table_data_sync_enabled
)
)
)
[cost_of_goods_sold] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] =>
[plugins_are_incompatible_by_default] =>
[name] => Cost of Goods Sold
[order] => 10
[description] => Allows entering cost of goods sold information for products.
)
)
[compatibility_info_by_plugin:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[woo-orders-tracking/woo-orders-tracking.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
[woocommerce-paypal-payments/woocommerce-paypal-payments.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
[woocommerce-services/woocommerce-services.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
[wordpress-seo/wp-seo.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
)
[compatibility_info_by_feature:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[analytics] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[product_block_editor] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[cart_checkout_blocks] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[rate_limit_checkout] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[marketplace] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[order_attribution] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[site_visibility_badge] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[hpos_fts_indexes] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[hpos_datastore_caching] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[remote_logging] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[email_improvements] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[blueprint] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[block_email_editor] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[point_of_sale] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[custom_order_tables] => Array
(
[compatible] => Array
(
[0] => woo-orders-tracking/woo-orders-tracking.php
[1] => woocommerce-paypal-payments/woocommerce-paypal-payments.php
[2] => woocommerce-services/woocommerce-services.php
[3] => wordpress-seo/wp-seo.php
)
[incompatible] => Array
(
)
)
[cost_of_goods_sold] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
)
[proxy:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[plugin_util:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[force_allow_enabling_features:Automattic\WooCommerce\Internal\Features\FeaturesController:private] =>
[force_allow_enabling_plugins:Automattic\WooCommerce\Internal\Features\FeaturesController:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
[registered_additional_features_via_action:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => 1
[registered_additional_features_via_class_calls:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => 1
)
[order_cache:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[plugin_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[db_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
)
[1] => process_updated_option
)
[accepted_args] => 3
)
[0000000000002d590000000000000000process_updated_option_fts_index] => Array
(
[function] => Array
(
[0] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[refund_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableRefundDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _refund_amount
[1] => _refund_reason
[2] => _refunded_by
[3] => _refunded_payment
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[data_cleanup:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup Object
(
[batch_processing:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[legacy_handler:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[features_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
(
[features:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[analytics] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Analytics
[order] => 10
[description] => Enable WooCommerce Analytics
[option_key] => woocommerce_analytics_enabled
)
[product_block_editor] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => New product editor
[order] => 10
[description] => Try the new product editor (Beta)
[disabled] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
[desc_tip] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
)
[cart_checkout_blocks] => Array
(
[disable_ui] => 1
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] =>
[plugins_are_incompatible_by_default] =>
[name] => Cart & Checkout Blocks
[order] => 10
[description] => Optimize for faster checkout
)
[rate_limit_checkout] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Rate limit Checkout
[order] => 10
[description] => Enables rate limiting for Checkout place order and Store API /checkout endpoint. To further control this, refer to rate limiting documentation.
)
[marketplace] => Array
(
[disable_ui] => 1
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Marketplace
[order] => 10
[description] => New, faster way to find extensions and themes for your WooCommerce store
)
[order_attribution] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Order Attribution
[order] => 10
[description] => Enable this feature to track and credit channels and campaigns that contribute to orders on your site
)
[site_visibility_badge] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Site visibility badge
[order] => 10
[description] => Enable the site visibility badge in the WordPress admin bar
[disabled] =>
)
[hpos_fts_indexes] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => HPOS Full text search indexes
[order] => 10
[description] => Create and use full text search indexes for orders. This feature only works with high-performance order storage.
[option_key] => woocommerce_hpos_fts_index_enabled
)
[hpos_datastore_caching] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => HPOS Data Caching
[order] => 10
[description] => Enable order data caching in the datastore. This feature only works with high-performance order storage.
[option_key] => woocommerce_hpos_datastore_caching_enabled
)
[remote_logging] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Remote Logging
[order] => 10
[description] => Allow WooCommerce to send error logs and non-sensitive diagnostic data to help improve WooCommerce. This feature requires usage tracking to be enabled.
[setting] => Array
(
[disabled] => Closure Object
(
[static] => Array
(
[tracking_enabled] =>
)
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
[desc_tip] => Closure Object
(
[static] => Array
(
[tracking_enabled] =>
)
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
[value] => no
)
)
[email_improvements] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Email improvements
[order] => 10
[description] => Enable modern email design for transactional emails
)
[blueprint] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Blueprint (beta)
[order] => 10
[description] => Enable blueprint to import and export settings in bulk
)
[block_email_editor] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Block Email Editor (alpha)
[order] => 10
[description] => Enable the block-based email editor for transactional emails. Learn more
)
[point_of_sale] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Point of Sale
[order] => 10
[description] => Enable Point of Sale functionality in the WooCommerce mobile apps.
)
[custom_order_tables] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] =>
[plugins_are_incompatible_by_default] => 1
[name] => High-Performance order storage
[order] => 50
[option_key] => woocommerce_custom_orders_table_enabled
[setting] => Array
(
[id] => woocommerce_custom_orders_table_enabled
[title] => Order data storage
[type] => radio
[options] => Array
(
[no] => WordPress posts storage (legacy)
[yes] => High-performance order storage (recommended)
)
[value] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[disabled] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[desc] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[desc_at_end] => 1
[row_class] => woocommerce_custom_orders_table_enabled
)
[additional_settings] => Array
(
[0] => Array
(
[id] => woocommerce_custom_orders_table_data_sync_enabled
[title] =>
[type] => checkbox
[desc] => Enable compatibility mode (Synchronize orders between High-performance order storage and WordPress posts storage).
[value] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[desc_tip] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[description_is_error] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
*RECURSION*
)
[row_class] => woocommerce_custom_orders_table_data_sync_enabled
)
)
)
[cost_of_goods_sold] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] =>
[plugins_are_incompatible_by_default] =>
[name] => Cost of Goods Sold
[order] => 10
[description] => Allows entering cost of goods sold information for products.
)
)
[compatibility_info_by_plugin:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[woo-orders-tracking/woo-orders-tracking.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
[woocommerce-paypal-payments/woocommerce-paypal-payments.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
[woocommerce-services/woocommerce-services.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
[wordpress-seo/wp-seo.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
)
[compatibility_info_by_feature:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[analytics] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[product_block_editor] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[cart_checkout_blocks] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[rate_limit_checkout] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[marketplace] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[order_attribution] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[site_visibility_badge] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[hpos_fts_indexes] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[hpos_datastore_caching] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[remote_logging] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[email_improvements] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[blueprint] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[block_email_editor] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[point_of_sale] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[custom_order_tables] => Array
(
[compatible] => Array
(
[0] => woo-orders-tracking/woo-orders-tracking.php
[1] => woocommerce-paypal-payments/woocommerce-paypal-payments.php
[2] => woocommerce-services/woocommerce-services.php
[3] => wordpress-seo/wp-seo.php
)
[incompatible] => Array
(
)
)
[cost_of_goods_sold] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
)
[proxy:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[plugin_util:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[force_allow_enabling_features:Automattic\WooCommerce\Internal\Features\FeaturesController:private] =>
[force_allow_enabling_plugins:Automattic\WooCommerce\Internal\Features\FeaturesController:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
[registered_additional_features_via_action:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => 1
[registered_additional_features_via_class_calls:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => 1
)
[order_cache:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[plugin_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[db_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
)
[1] => process_updated_option_fts_index
)
[accepted_args] => 3
)
[0000000000002d710000000000000000process_updated_option] => Array
(
[function] => Array
(
[0] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[1] => process_updated_option
)
[accepted_args] => 3
)
[0000000000002d820000000000000000process_updated_option] => Array
(
[function] => Array
(
[0] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
(
[features:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[analytics] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Analytics
[order] => 10
[description] => Enable WooCommerce Analytics
[option_key] => woocommerce_analytics_enabled
)
[product_block_editor] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => New product editor
[order] => 10
[description] => Try the new product editor (Beta)
[disabled] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
[desc_tip] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
)
[cart_checkout_blocks] => Array
(
[disable_ui] => 1
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] =>
[plugins_are_incompatible_by_default] =>
[name] => Cart & Checkout Blocks
[order] => 10
[description] => Optimize for faster checkout
)
[rate_limit_checkout] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Rate limit Checkout
[order] => 10
[description] => Enables rate limiting for Checkout place order and Store API /checkout endpoint. To further control this, refer to rate limiting documentation.
)
[marketplace] => Array
(
[disable_ui] => 1
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Marketplace
[order] => 10
[description] => New, faster way to find extensions and themes for your WooCommerce store
)
[order_attribution] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Order Attribution
[order] => 10
[description] => Enable this feature to track and credit channels and campaigns that contribute to orders on your site
)
[site_visibility_badge] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Site visibility badge
[order] => 10
[description] => Enable the site visibility badge in the WordPress admin bar
[disabled] =>
)
[hpos_fts_indexes] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => HPOS Full text search indexes
[order] => 10
[description] => Create and use full text search indexes for orders. This feature only works with high-performance order storage.
[option_key] => woocommerce_hpos_fts_index_enabled
)
[hpos_datastore_caching] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => HPOS Data Caching
[order] => 10
[description] => Enable order data caching in the datastore. This feature only works with high-performance order storage.
[option_key] => woocommerce_hpos_datastore_caching_enabled
)
[remote_logging] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Remote Logging
[order] => 10
[description] => Allow WooCommerce to send error logs and non-sensitive diagnostic data to help improve WooCommerce. This feature requires usage tracking to be enabled.
[setting] => Array
(
[disabled] => Closure Object
(
[static] => Array
(
[tracking_enabled] =>
)
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
[desc_tip] => Closure Object
(
[static] => Array
(
[tracking_enabled] =>
)
[this] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
)
[value] => no
)
)
[email_improvements] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Email improvements
[order] => 10
[description] => Enable modern email design for transactional emails
)
[blueprint] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] =>
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Blueprint (beta)
[order] => 10
[description] => Enable blueprint to import and export settings in bulk
)
[block_email_editor] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Block Email Editor (alpha)
[order] => 10
[description] => Enable the block-based email editor for transactional emails. Learn more
)
[point_of_sale] => Array
(
[disable_ui] =>
[enabled_by_default] => 1
[is_experimental] => 1
[is_legacy] => 1
[plugins_are_incompatible_by_default] =>
[name] => Point of Sale
[order] => 10
[description] => Enable Point of Sale functionality in the WooCommerce mobile apps.
)
[custom_order_tables] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] =>
[is_legacy] =>
[plugins_are_incompatible_by_default] => 1
[name] => High-Performance order storage
[order] => 50
[option_key] => woocommerce_custom_orders_table_enabled
[setting] => Array
(
[id] => woocommerce_custom_orders_table_enabled
[title] => Order data storage
[type] => radio
[options] => Array
(
[no] => WordPress posts storage (legacy)
[yes] => High-performance order storage (recommended)
)
[value] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[refund_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableRefundDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _refund_amount
[1] => _refund_reason
[2] => _refunded_by
[3] => _refunded_payment
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[data_cleanup:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup Object
(
[batch_processing:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[legacy_handler:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[features_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
[order_cache:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[plugin_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[db_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
)
)
[disabled] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[refund_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableRefundDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _refund_amount
[1] => _refund_reason
[2] => _refunded_by
[3] => _refunded_payment
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[data_cleanup:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup Object
(
[batch_processing:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[legacy_handler:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[features_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
[order_cache:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[plugin_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[db_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
)
)
[desc] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[refund_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableRefundDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _refund_amount
[1] => _refund_reason
[2] => _refunded_by
[3] => _refunded_payment
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[data_cleanup:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup Object
(
[batch_processing:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[legacy_handler:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[features_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
[order_cache:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[plugin_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[db_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
)
)
[desc_at_end] => 1
[row_class] => woocommerce_custom_orders_table_enabled
)
[additional_settings] => Array
(
[0] => Array
(
[id] => woocommerce_custom_orders_table_data_sync_enabled
[title] =>
[type] => checkbox
[desc] => Enable compatibility mode (Synchronize orders between High-performance order storage and WordPress posts storage).
[value] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[refund_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableRefundDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _refund_amount
[1] => _refund_reason
[2] => _refunded_by
[3] => _refunded_payment
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[data_cleanup:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup Object
(
[batch_processing:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[legacy_handler:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[features_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
[order_cache:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[plugin_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[db_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
)
)
[desc_tip] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[refund_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableRefundDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _refund_amount
[1] => _refund_reason
[2] => _refunded_by
[3] => _refunded_payment
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[data_cleanup:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup Object
(
[batch_processing:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[legacy_handler:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[features_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
[order_cache:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[plugin_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[db_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
)
)
[description_is_error] => Closure Object
(
[this] => Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[refund_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableRefundDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _refund_amount
[1] => _refund_reason
[2] => _refunded_by
[3] => _refunded_payment
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[data_cleanup:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup Object
(
[batch_processing:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[legacy_handler:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataHandler:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
)
[data_synchronizer:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\LegacyDataCleanup:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
[features_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Features\FeaturesController Object
*RECURSION*
[order_cache:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[plugin_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[db_util:Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
)
)
[row_class] => woocommerce_custom_orders_table_data_sync_enabled
)
)
)
[cost_of_goods_sold] => Array
(
[disable_ui] =>
[enabled_by_default] =>
[is_experimental] => 1
[is_legacy] =>
[plugins_are_incompatible_by_default] =>
[name] => Cost of Goods Sold
[order] => 10
[description] => Allows entering cost of goods sold information for products.
)
)
[compatibility_info_by_plugin:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[woo-orders-tracking/woo-orders-tracking.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
[woocommerce-paypal-payments/woocommerce-paypal-payments.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
[woocommerce-services/woocommerce-services.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
[wordpress-seo/wp-seo.php] => Array
(
[compatible] => Array
(
[0] => custom_order_tables
)
[incompatible] => Array
(
)
)
)
[compatibility_info_by_feature:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[analytics] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[product_block_editor] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[cart_checkout_blocks] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[rate_limit_checkout] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[marketplace] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[order_attribution] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[site_visibility_badge] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[hpos_fts_indexes] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[hpos_datastore_caching] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[remote_logging] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[email_improvements] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[blueprint] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[block_email_editor] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[point_of_sale] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
[custom_order_tables] => Array
(
[compatible] => Array
(
[0] => woo-orders-tracking/woo-orders-tracking.php
[1] => woocommerce-paypal-payments/woocommerce-paypal-payments.php
[2] => woocommerce-services/woocommerce-services.php
[3] => wordpress-seo/wp-seo.php
)
[incompatible] => Array
(
)
)
[cost_of_goods_sold] => Array
(
[compatible] => Array
(
)
[incompatible] => Array
(
)
)
)
[proxy:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[plugin_util:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Automattic\WooCommerce\Utilities\PluginUtil Object
(
[proxy:Automattic\WooCommerce\Utilities\PluginUtil:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[woocommerce_aware_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[woocommerce_aware_active_plugins:Automattic\WooCommerce\Utilities\PluginUtil:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Utilities\PluginUtil:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
)
[force_allow_enabling_features:Automattic\WooCommerce\Internal\Features\FeaturesController:private] =>
[force_allow_enabling_plugins:Automattic\WooCommerce\Internal\Features\FeaturesController:private] =>
[plugins_excluded_from_compatibility_ui:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => Array
(
[0] => woocommerce-legacy-rest-api/woocommerce-legacy-rest-api.php
)
[registered_additional_features_via_action:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => 1
[registered_additional_features_via_class_calls:Automattic\WooCommerce\Internal\Features\FeaturesController:private] => 1
)
[1] => process_updated_option
)
[accepted_args] => 3
)
)
)
[priorities:protected] => Array
(
[0] => 10
[1] => 999
)
[iterations:WP_Hook:private] => Array
(
)
[current_priority:WP_Hook:private] => Array
(
)
[nesting_level:WP_Hook:private] => 0
[doing_action:WP_Hook:private] =>
)
Skip to content
Blogfsol2023-07-03T10:44:27-05:00
Page load link