[pre_update_option]
WP_Hook Object
(
[callbacks] => Array
(
[999] => Array
(
[0000000000002d590000000000000000process_pre_update_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_pre_update_option
)
[accepted_args] => 3
)
)
[9223372036854775807] => Array
(
[000000000000344a0000000000000000add_default_filters_if_not_changed] => Array
(
[function] => Array
(
[0] => WPSEO_Option_Wpseo Object
(
[option_name] => wpseo
[group_name] => yoast_wpseo_options
[include_in_all] => 1
[multisite_only] =>
[defaults:protected] => Array
(
[tracking] =>
[toggled_tracking] =>
[license_server_version] =>
[ms_defaults_set] =>
[ignore_search_engines_discouraged_notice] =>
[indexing_first_time] => 1
[indexing_started] =>
[indexing_reason] =>
[indexables_indexing_completed] =>
[index_now_key] =>
[version] =>
[previous_version] =>
[disableadvanced_meta] => 1
[enable_headless_rest_endpoints] => 1
[ryte_indexability] =>
[baiduverify] =>
[googleverify] =>
[msverify] =>
[yandexverify] =>
[site_type] =>
[has_multiple_authors] =>
[environment_type] =>
[content_analysis_active] => 1
[keyword_analysis_active] => 1
[inclusive_language_analysis_active] =>
[enable_admin_bar_menu] => 1
[enable_cornerstone_content] => 1
[enable_xml_sitemap] => 1
[enable_text_link_counter] => 1
[enable_index_now] => 1
[enable_ai_generator] => 1
[ai_enabled_pre_default] =>
[show_onboarding_notice] =>
[first_activated_on] =>
[myyoast-oauth] => Array
(
[config] => Array
(
[clientId] =>
[secret] =>
)
[access_tokens] => Array
(
)
)
[semrush_integration_active] => 1
[semrush_tokens] => Array
(
)
[semrush_country_code] => us
[permalink_structure] =>
[home_url] =>
[dynamic_permalinks] =>
[category_base_url] =>
[tag_base_url] =>
[custom_taxonomy_slugs] => Array
(
)
[enable_enhanced_slack_sharing] => 1
[enable_metabox_insights] => 1
[enable_link_suggestions] => 1
[algolia_integration_active] =>
[import_cursors] => Array
(
)
[workouts_data] => Array
(
[configuration] => Array
(
[finishedSteps] => Array
(
)
)
)
[configuration_finished_steps] => Array
(
)
[dismiss_configuration_workout_notice] =>
[dismiss_premium_deactivated_notice] =>
[importing_completed] => Array
(
)
[wincher_integration_active] => 1
[wincher_tokens] => Array
(
)
[wincher_automatically_add_keyphrases] =>
[wincher_website_id] =>
[first_time_install] =>
[should_redirect_after_install_free] =>
[activation_redirect_timestamp_free] => 0
[remove_feed_global] =>
[remove_feed_global_comments] =>
[remove_feed_post_comments] =>
[remove_feed_authors] =>
[remove_feed_categories] =>
[remove_feed_tags] =>
[remove_feed_custom_taxonomies] =>
[remove_feed_post_types] =>
[remove_feed_search] =>
[remove_atom_rdf_feeds] =>
[remove_shortlinks] =>
[remove_rest_api_links] =>
[remove_rsd_wlw_links] =>
[remove_oembed_links] =>
[remove_generator] =>
[remove_emoji_scripts] =>
[remove_powered_by_header] =>
[remove_pingback_header] =>
[clean_campaign_tracking_urls] =>
[clean_permalinks] =>
[clean_permalinks_extra_variables] =>
[search_cleanup] =>
[search_cleanup_emoji] =>
[search_cleanup_patterns] =>
[search_character_limit] => 50
[deny_search_crawling] =>
[deny_wp_json_crawling] =>
[deny_adsbot_crawling] =>
[deny_ccbot_crawling] =>
[deny_google_extended_crawling] =>
[deny_gptbot_crawling] =>
[redirect_search_pretty_urls] =>
[least_readability_ignore_list] => Array
(
)
[least_seo_score_ignore_list] => Array
(
)
[most_linked_ignore_list] => Array
(
)
[least_linked_ignore_list] => Array
(
)
[indexables_page_reading_list] => Array
(
[0] =>
[1] =>
[2] =>
[3] =>
[4] =>
)
[indexables_overview_state] => dashboard-not-visited
[last_known_public_post_types] => Array
(
)
[last_known_public_taxonomies] => Array
(
)
[last_known_no_unindexed] => Array
(
)
[new_post_types] => Array
(
)
[new_taxonomies] => Array
(
)
[show_new_content_type_notification] =>
[site_kit_configuration_permanently_dismissed] =>
[site_kit_connected] =>
[site_kit_tracking_setup_widget_loaded] => no
[site_kit_tracking_first_interaction_stage] =>
[site_kit_tracking_last_interaction_stage] =>
[site_kit_tracking_setup_widget_temporarily_dismissed] => no
[site_kit_tracking_setup_widget_permanently_dismissed] => no
[google_site_kit_feature_enabled] =>
[enable_llms_txt] =>
)
[variable_array_key_patterns:protected] =>
[ms_exclude] => Array
(
[0] => ignore_search_engines_discouraged_notice
[1] => baiduverify
[2] => googleverify
[3] => msverify
[4] => yandexverify
)
[override_option_name:protected] => wpseo_ms
[site_types:protected] => Array
(
[0] =>
[1] => blog
[2] => shop
[3] => news
[4] => smallBusiness
[5] => corporateOther
[6] => personalOther
)
[environment_types:protected] => Array
(
[0] =>
[1] => local
[2] => production
[3] => staging
[4] => development
)
[has_multiple_authors_options:protected] => Array
(
[0] =>
[1] => 1
[2] =>
)
)
[1] => add_default_filters_if_not_changed
)
[accepted_args] => 3
)
[00000000000034520000000000000000add_default_filters_if_not_changed] => Array
(
[function] => Array
(
[0] => WPSEO_Option_Titles Object
(
[option_name] => wpseo_titles
[group_name] => yoast_wpseo_titles_options
[include_in_all] => 1
[multisite_only] =>
[defaults:protected] => Array
(
[forcerewritetitle] =>
[separator] => sc-dash
[title-home-wpseo] => %%sitename%% %%page%% %%sep%% %%sitedesc%%
[title-author-wpseo] => %%name%%, Author at %%sitename%% %%page%%
[title-archive-wpseo] => %%date%% %%page%% %%sep%% %%sitename%%
[title-search-wpseo] => You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%
[title-404-wpseo] => Page not found %%sep%% %%sitename%%
[social-title-author-wpseo] => %%name%%
[social-title-archive-wpseo] => %%date%%
[social-description-author-wpseo] =>
[social-description-archive-wpseo] =>
[social-image-url-author-wpseo] =>
[social-image-url-archive-wpseo] =>
[social-image-id-author-wpseo] => 0
[social-image-id-archive-wpseo] => 0
[metadesc-home-wpseo] =>
[metadesc-author-wpseo] =>
[metadesc-archive-wpseo] =>
[rssbefore] =>
[rssafter] => The post %%POSTLINK%% appeared first on %%BLOGLINK%%.
[noindex-author-wpseo] =>
[noindex-author-noposts-wpseo] => 1
[noindex-archive-wpseo] => 1
[disable-author] =>
[disable-date] =>
[disable-post_format] =>
[disable-attachment] => 1
[breadcrumbs-404crumb] => Error 404: Page not found
[breadcrumbs-display-blog-page] => 1
[breadcrumbs-boldlast] =>
[breadcrumbs-archiveprefix] => Archives for
[breadcrumbs-enable] => 1
[breadcrumbs-home] => Home
[breadcrumbs-prefix] =>
[breadcrumbs-searchprefix] => You searched for
[breadcrumbs-sep] => »
[website_name] =>
[person_name] =>
[person_logo] =>
[person_logo_id] => 0
[alternate_website_name] =>
[company_logo] =>
[company_logo_id] => 0
[company_logo_meta] =>
[person_logo_meta] =>
[company_name] =>
[company_alternate_name] =>
[company_or_person] => company
[company_or_person_user_id] =>
[stripcategorybase] =>
[open_graph_frontpage_title] => %%sitename%%
[open_graph_frontpage_desc] =>
[open_graph_frontpage_image] =>
[open_graph_frontpage_image_id] => 0
[publishing_principles_id] => 0
[ownership_funding_info_id] => 0
[actionable_feedback_policy_id] => 0
[corrections_policy_id] => 0
[ethics_policy_id] => 0
[diversity_policy_id] => 0
[diversity_staffing_report_id] => 0
[org-description] =>
[org-email] =>
[org-phone] =>
[org-legal-name] =>
[org-founding-date] =>
[org-number-employees] =>
[org-vat-id] =>
[org-tax-id] =>
[org-iso] =>
[org-duns] =>
[org-leicode] =>
[org-naics] =>
[title-post] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-post] =>
[noindex-post] =>
[display-metabox-pt-post] => 1
[post_types-post-maintax] => 0
[schema-page-type-post] => WebPage
[schema-article-type-post] => Article
[social-title-post] => %%title%%
[social-description-post] =>
[social-image-url-post] =>
[social-image-id-post] => 0
[title-page] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-page] =>
[noindex-page] =>
[display-metabox-pt-page] => 1
[post_types-page-maintax] => 0
[schema-page-type-page] => WebPage
[schema-article-type-page] => None
[social-title-page] => %%title%%
[social-description-page] =>
[social-image-url-page] =>
[social-image-id-page] => 0
[title-attachment] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-attachment] =>
[noindex-attachment] =>
[display-metabox-pt-attachment] => 1
[post_types-attachment-maintax] => 0
[schema-page-type-attachment] => WebPage
[schema-article-type-attachment] => None
[title-product] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-product] =>
[noindex-product] =>
[display-metabox-pt-product] => 1
[post_types-product-maintax] => 0
[schema-page-type-product] => WebPage
[schema-article-type-product] => None
[social-title-product] => %%title%%
[social-description-product] =>
[social-image-url-product] =>
[social-image-id-product] => 0
[title-ptarchive-product] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-product] =>
[bctitle-ptarchive-product] =>
[noindex-ptarchive-product] =>
[social-title-ptarchive-product] => %%pt_plural%% Archive
[social-description-ptarchive-product] =>
[social-image-url-ptarchive-product] =>
[social-image-id-ptarchive-product] => 0
[title-tax-category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-category] =>
[display-metabox-tax-category] => 1
[noindex-tax-category] =>
[social-title-tax-category] => %%term_title%% Archives
[social-description-tax-category] =>
[social-image-url-tax-category] =>
[social-image-id-tax-category] => 0
[taxonomy-category-ptparent] => 0
[title-tax-post_tag] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-post_tag] =>
[display-metabox-tax-post_tag] => 1
[noindex-tax-post_tag] =>
[social-title-tax-post_tag] => %%term_title%% Archives
[social-description-tax-post_tag] =>
[social-image-url-tax-post_tag] =>
[social-image-id-tax-post_tag] => 0
[taxonomy-post_tag-ptparent] => 0
[title-tax-post_format] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-post_format] =>
[display-metabox-tax-post_format] => 1
[noindex-tax-post_format] => 1
[social-title-tax-post_format] => %%term_title%% Archives
[social-description-tax-post_format] =>
[social-image-url-tax-post_format] =>
[social-image-id-tax-post_format] => 0
[taxonomy-post_format-ptparent] => 0
[title-tax-fusion_tb_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-fusion_tb_category] =>
[display-metabox-tax-fusion_tb_category] => 1
[noindex-tax-fusion_tb_category] =>
[social-title-tax-fusion_tb_category] => %%term_title%% Archives
[social-description-tax-fusion_tb_category] =>
[social-image-url-tax-fusion_tb_category] =>
[social-image-id-tax-fusion_tb_category] => 0
[taxonomy-fusion_tb_category-ptparent] => 0
[title-tax-product_brand] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_brand] =>
[display-metabox-tax-product_brand] => 1
[noindex-tax-product_brand] =>
[social-title-tax-product_brand] => %%term_title%% Archives
[social-description-tax-product_brand] =>
[social-image-url-tax-product_brand] =>
[social-image-id-tax-product_brand] => 0
[taxonomy-product_brand-ptparent] => 0
[title-tax-product_cat] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_cat] =>
[display-metabox-tax-product_cat] => 1
[noindex-tax-product_cat] =>
[social-title-tax-product_cat] => %%term_title%% Archives
[social-description-tax-product_cat] =>
[social-image-url-tax-product_cat] =>
[social-image-id-tax-product_cat] => 0
[taxonomy-product_cat-ptparent] => 0
[title-tax-product_tag] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_tag] =>
[display-metabox-tax-product_tag] => 1
[noindex-tax-product_tag] =>
[social-title-tax-product_tag] => %%term_title%% Archives
[social-description-tax-product_tag] =>
[social-image-url-tax-product_tag] =>
[social-image-id-tax-product_tag] => 0
[taxonomy-product_tag-ptparent] => 0
[title-tax-product_shipping_class] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_shipping_class] =>
[display-metabox-tax-product_shipping_class] => 1
[noindex-tax-product_shipping_class] =>
[social-title-tax-product_shipping_class] => %%term_title%% Archives
[social-description-tax-product_shipping_class] =>
[social-image-url-tax-product_shipping_class] =>
[social-image-id-tax-product_shipping_class] => 0
[taxonomy-product_shipping_class-ptparent] => 0
[title-avada_portfolio] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-avada_portfolio] =>
[noindex-avada_portfolio] =>
[display-metabox-pt-avada_portfolio] => 1
[post_types-avada_portfolio-maintax] => 0
[schema-page-type-avada_portfolio] => WebPage
[schema-article-type-avada_portfolio] => None
[social-title-avada_portfolio] => %%title%%
[social-description-avada_portfolio] =>
[social-image-url-avada_portfolio] =>
[social-image-id-avada_portfolio] => 0
[title-ptarchive-avada_portfolio] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-avada_portfolio] =>
[bctitle-ptarchive-avada_portfolio] =>
[noindex-ptarchive-avada_portfolio] =>
[social-title-ptarchive-avada_portfolio] => %%pt_plural%% Archive
[social-description-ptarchive-avada_portfolio] =>
[social-image-url-ptarchive-avada_portfolio] =>
[social-image-id-ptarchive-avada_portfolio] => 0
[title-avada_faq] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-avada_faq] =>
[noindex-avada_faq] =>
[display-metabox-pt-avada_faq] => 1
[post_types-avada_faq-maintax] => 0
[schema-page-type-avada_faq] => WebPage
[schema-article-type-avada_faq] => None
[social-title-avada_faq] => %%title%%
[social-description-avada_faq] =>
[social-image-url-avada_faq] =>
[social-image-id-avada_faq] => 0
[title-ptarchive-avada_faq] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-avada_faq] =>
[bctitle-ptarchive-avada_faq] =>
[noindex-ptarchive-avada_faq] =>
[social-title-ptarchive-avada_faq] => %%pt_plural%% Archive
[social-description-ptarchive-avada_faq] =>
[social-image-url-ptarchive-avada_faq] =>
[social-image-id-ptarchive-avada_faq] => 0
[title-slide] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-slide] =>
[noindex-slide] =>
[display-metabox-pt-slide] => 1
[post_types-slide-maintax] => 0
[schema-page-type-slide] => WebPage
[schema-article-type-slide] => None
[social-title-slide] => %%title%%
[social-description-slide] =>
[social-image-url-slide] =>
[social-image-id-slide] => 0
[title-tax-portfolio_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_category] =>
[display-metabox-tax-portfolio_category] => 1
[noindex-tax-portfolio_category] =>
[social-title-tax-portfolio_category] => %%term_title%% Archives
[social-description-tax-portfolio_category] =>
[social-image-url-tax-portfolio_category] =>
[social-image-id-tax-portfolio_category] => 0
[taxonomy-portfolio_category-ptparent] => 0
[title-tax-portfolio_skills] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_skills] =>
[display-metabox-tax-portfolio_skills] => 1
[noindex-tax-portfolio_skills] =>
[social-title-tax-portfolio_skills] => %%term_title%% Archives
[social-description-tax-portfolio_skills] =>
[social-image-url-tax-portfolio_skills] =>
[social-image-id-tax-portfolio_skills] => 0
[taxonomy-portfolio_skills-ptparent] => 0
[title-tax-portfolio_tags] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_tags] =>
[display-metabox-tax-portfolio_tags] => 1
[noindex-tax-portfolio_tags] =>
[social-title-tax-portfolio_tags] => %%term_title%% Archives
[social-description-tax-portfolio_tags] =>
[social-image-url-tax-portfolio_tags] =>
[social-image-id-tax-portfolio_tags] => 0
[taxonomy-portfolio_tags-ptparent] => 0
[title-tax-faq_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-faq_category] =>
[display-metabox-tax-faq_category] => 1
[noindex-tax-faq_category] =>
[social-title-tax-faq_category] => %%term_title%% Archives
[social-description-tax-faq_category] =>
[social-image-url-tax-faq_category] =>
[social-image-id-tax-faq_category] => 0
[taxonomy-faq_category-ptparent] => 0
[title-tax-element_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-element_category] =>
[display-metabox-tax-element_category] => 1
[noindex-tax-element_category] =>
[social-title-tax-element_category] => %%term_title%% Archives
[social-description-tax-element_category] =>
[social-image-url-tax-element_category] =>
[social-image-id-tax-element_category] => 0
[taxonomy-element_category-ptparent] => 0
[title-tax-template_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-template_category] =>
[display-metabox-tax-template_category] => 1
[noindex-tax-template_category] =>
[social-title-tax-template_category] => %%term_title%% Archives
[social-description-tax-template_category] =>
[social-image-url-tax-template_category] =>
[social-image-id-tax-template_category] => 0
[taxonomy-template_category-ptparent] => 0
[title-tax-slide-page] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-slide-page] =>
[display-metabox-tax-slide-page] => 1
[noindex-tax-slide-page] =>
[social-title-tax-slide-page] => %%term_title%% Archives
[social-description-tax-slide-page] =>
[social-image-url-tax-slide-page] =>
[social-image-id-tax-slide-page] => 0
[taxonomy-slide-page-ptparent] => 0
)
[variable_array_key_patterns:protected] => Array
(
[0] => title-
[1] => metadesc-
[2] => noindex-
[3] => display-metabox-pt-
[4] => bctitle-ptarchive-
[5] => post_types-
[6] => taxonomy-
[7] => schema-page-type-
[8] => schema-article-type-
[9] => social-title-
[10] => social-description-
[11] => social-image-url-
[12] => social-image-id-
[13] => org-
)
[ms_exclude] => Array
(
[0] => forcerewritetitle
)
[override_option_name:protected] =>
[enriched_defaults:protected] => Array
(
[title-post] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-post] =>
[noindex-post] =>
[display-metabox-pt-post] => 1
[post_types-post-maintax] => 0
[schema-page-type-post] => WebPage
[schema-article-type-post] => Article
[social-title-post] => %%title%%
[social-description-post] =>
[social-image-url-post] =>
[social-image-id-post] => 0
[title-page] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-page] =>
[noindex-page] =>
[display-metabox-pt-page] => 1
[post_types-page-maintax] => 0
[schema-page-type-page] => WebPage
[schema-article-type-page] => None
[social-title-page] => %%title%%
[social-description-page] =>
[social-image-url-page] =>
[social-image-id-page] => 0
[title-attachment] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-attachment] =>
[noindex-attachment] =>
[display-metabox-pt-attachment] => 1
[post_types-attachment-maintax] => 0
[schema-page-type-attachment] => WebPage
[schema-article-type-attachment] => None
[title-product] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-product] =>
[noindex-product] =>
[display-metabox-pt-product] => 1
[post_types-product-maintax] => 0
[schema-page-type-product] => WebPage
[schema-article-type-product] => None
[social-title-product] => %%title%%
[social-description-product] =>
[social-image-url-product] =>
[social-image-id-product] => 0
[title-ptarchive-product] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-product] =>
[bctitle-ptarchive-product] =>
[noindex-ptarchive-product] =>
[social-title-ptarchive-product] => %%pt_plural%% Archive
[social-description-ptarchive-product] =>
[social-image-url-ptarchive-product] =>
[social-image-id-ptarchive-product] => 0
[title-avada_portfolio] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-avada_portfolio] =>
[noindex-avada_portfolio] =>
[display-metabox-pt-avada_portfolio] => 1
[post_types-avada_portfolio-maintax] => 0
[schema-page-type-avada_portfolio] => WebPage
[schema-article-type-avada_portfolio] => None
[social-title-avada_portfolio] => %%title%%
[social-description-avada_portfolio] =>
[social-image-url-avada_portfolio] =>
[social-image-id-avada_portfolio] => 0
[title-ptarchive-avada_portfolio] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-avada_portfolio] =>
[bctitle-ptarchive-avada_portfolio] =>
[noindex-ptarchive-avada_portfolio] =>
[social-title-ptarchive-avada_portfolio] => %%pt_plural%% Archive
[social-description-ptarchive-avada_portfolio] =>
[social-image-url-ptarchive-avada_portfolio] =>
[social-image-id-ptarchive-avada_portfolio] => 0
[title-avada_faq] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-avada_faq] =>
[noindex-avada_faq] =>
[display-metabox-pt-avada_faq] => 1
[post_types-avada_faq-maintax] => 0
[schema-page-type-avada_faq] => WebPage
[schema-article-type-avada_faq] => None
[social-title-avada_faq] => %%title%%
[social-description-avada_faq] =>
[social-image-url-avada_faq] =>
[social-image-id-avada_faq] => 0
[title-ptarchive-avada_faq] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-avada_faq] =>
[bctitle-ptarchive-avada_faq] =>
[noindex-ptarchive-avada_faq] =>
[social-title-ptarchive-avada_faq] => %%pt_plural%% Archive
[social-description-ptarchive-avada_faq] =>
[social-image-url-ptarchive-avada_faq] =>
[social-image-id-ptarchive-avada_faq] => 0
[title-slide] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-slide] =>
[noindex-slide] =>
[display-metabox-pt-slide] => 1
[post_types-slide-maintax] => 0
[schema-page-type-slide] => WebPage
[schema-article-type-slide] => None
[social-title-slide] => %%title%%
[social-description-slide] =>
[social-image-url-slide] =>
[social-image-id-slide] => 0
[title-tax-category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-category] =>
[display-metabox-tax-category] => 1
[noindex-tax-category] =>
[social-title-tax-category] => %%term_title%% Archives
[social-description-tax-category] =>
[social-image-url-tax-category] =>
[social-image-id-tax-category] => 0
[taxonomy-category-ptparent] => 0
[title-tax-post_tag] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-post_tag] =>
[display-metabox-tax-post_tag] => 1
[noindex-tax-post_tag] =>
[social-title-tax-post_tag] => %%term_title%% Archives
[social-description-tax-post_tag] =>
[social-image-url-tax-post_tag] =>
[social-image-id-tax-post_tag] => 0
[taxonomy-post_tag-ptparent] => 0
[title-tax-post_format] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-post_format] =>
[display-metabox-tax-post_format] => 1
[noindex-tax-post_format] => 1
[social-title-tax-post_format] => %%term_title%% Archives
[social-description-tax-post_format] =>
[social-image-url-tax-post_format] =>
[social-image-id-tax-post_format] => 0
[taxonomy-post_format-ptparent] => 0
[title-tax-fusion_tb_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-fusion_tb_category] =>
[display-metabox-tax-fusion_tb_category] => 1
[noindex-tax-fusion_tb_category] =>
[social-title-tax-fusion_tb_category] => %%term_title%% Archives
[social-description-tax-fusion_tb_category] =>
[social-image-url-tax-fusion_tb_category] =>
[social-image-id-tax-fusion_tb_category] => 0
[taxonomy-fusion_tb_category-ptparent] => 0
[title-tax-product_brand] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_brand] =>
[display-metabox-tax-product_brand] => 1
[noindex-tax-product_brand] =>
[social-title-tax-product_brand] => %%term_title%% Archives
[social-description-tax-product_brand] =>
[social-image-url-tax-product_brand] =>
[social-image-id-tax-product_brand] => 0
[taxonomy-product_brand-ptparent] => 0
[title-tax-product_cat] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_cat] =>
[display-metabox-tax-product_cat] => 1
[noindex-tax-product_cat] =>
[social-title-tax-product_cat] => %%term_title%% Archives
[social-description-tax-product_cat] =>
[social-image-url-tax-product_cat] =>
[social-image-id-tax-product_cat] => 0
[taxonomy-product_cat-ptparent] => 0
[title-tax-product_tag] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_tag] =>
[display-metabox-tax-product_tag] => 1
[noindex-tax-product_tag] =>
[social-title-tax-product_tag] => %%term_title%% Archives
[social-description-tax-product_tag] =>
[social-image-url-tax-product_tag] =>
[social-image-id-tax-product_tag] => 0
[taxonomy-product_tag-ptparent] => 0
[title-tax-product_shipping_class] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_shipping_class] =>
[display-metabox-tax-product_shipping_class] => 1
[noindex-tax-product_shipping_class] =>
[social-title-tax-product_shipping_class] => %%term_title%% Archives
[social-description-tax-product_shipping_class] =>
[social-image-url-tax-product_shipping_class] =>
[social-image-id-tax-product_shipping_class] => 0
[taxonomy-product_shipping_class-ptparent] => 0
[title-tax-portfolio_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_category] =>
[display-metabox-tax-portfolio_category] => 1
[noindex-tax-portfolio_category] =>
[social-title-tax-portfolio_category] => %%term_title%% Archives
[social-description-tax-portfolio_category] =>
[social-image-url-tax-portfolio_category] =>
[social-image-id-tax-portfolio_category] => 0
[taxonomy-portfolio_category-ptparent] => 0
[title-tax-portfolio_skills] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_skills] =>
[display-metabox-tax-portfolio_skills] => 1
[noindex-tax-portfolio_skills] =>
[social-title-tax-portfolio_skills] => %%term_title%% Archives
[social-description-tax-portfolio_skills] =>
[social-image-url-tax-portfolio_skills] =>
[social-image-id-tax-portfolio_skills] => 0
[taxonomy-portfolio_skills-ptparent] => 0
[title-tax-portfolio_tags] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_tags] =>
[display-metabox-tax-portfolio_tags] => 1
[noindex-tax-portfolio_tags] =>
[social-title-tax-portfolio_tags] => %%term_title%% Archives
[social-description-tax-portfolio_tags] =>
[social-image-url-tax-portfolio_tags] =>
[social-image-id-tax-portfolio_tags] => 0
[taxonomy-portfolio_tags-ptparent] => 0
[title-tax-faq_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-faq_category] =>
[display-metabox-tax-faq_category] => 1
[noindex-tax-faq_category] =>
[social-title-tax-faq_category] => %%term_title%% Archives
[social-description-tax-faq_category] =>
[social-image-url-tax-faq_category] =>
[social-image-id-tax-faq_category] => 0
[taxonomy-faq_category-ptparent] => 0
[title-tax-element_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-element_category] =>
[display-metabox-tax-element_category] => 1
[noindex-tax-element_category] =>
[social-title-tax-element_category] => %%term_title%% Archives
[social-description-tax-element_category] =>
[social-image-url-tax-element_category] =>
[social-image-id-tax-element_category] => 0
[taxonomy-element_category-ptparent] => 0
[title-tax-template_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-template_category] =>
[display-metabox-tax-template_category] => 1
[noindex-tax-template_category] =>
[social-title-tax-template_category] => %%term_title%% Archives
[social-description-tax-template_category] =>
[social-image-url-tax-template_category] =>
[social-image-id-tax-template_category] => 0
[taxonomy-template_category-ptparent] => 0
[title-tax-slide-page] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-slide-page] =>
[display-metabox-tax-slide-page] => 1
[noindex-tax-slide-page] =>
[social-title-tax-slide-page] => %%term_title%% Archives
[social-description-tax-slide-page] =>
[social-image-url-tax-slide-page] =>
[social-image-id-tax-slide-page] => 0
[taxonomy-slide-page-ptparent] => 0
)
)
[1] => add_default_filters_if_not_changed
)
[accepted_args] => 3
)
[00000000000034570000000000000000add_default_filters_if_not_changed] => Array
(
[function] => Array
(
[0] => WPSEO_Option_Social Object
(
[option_name] => wpseo_social
[group_name] => yoast_wpseo_social_options
[include_in_all] => 1
[multisite_only] =>
[defaults:protected] => Array
(
[facebook_site] =>
[instagram_url] =>
[linkedin_url] =>
[myspace_url] =>
[og_default_image] =>
[og_default_image_id] =>
[og_frontpage_title] =>
[og_frontpage_desc] =>
[og_frontpage_image] =>
[og_frontpage_image_id] =>
[opengraph] => 1
[pinterest_url] =>
[pinterestverify] =>
[twitter] => 1
[twitter_site] =>
[twitter_card_type] => summary_large_image
[youtube_url] =>
[wikipedia_url] =>
[other_social_urls] => Array
(
)
[mastodon_url] =>
)
[variable_array_key_patterns:protected] =>
[ms_exclude] => Array
(
[0] => pinterestverify
)
[override_option_name:protected] =>
)
[1] => add_default_filters_if_not_changed
)
[accepted_args] => 3
)
[000000000000345d0000000000000000add_default_filters_if_not_changed] => Array
(
[function] => Array
(
[0] => WPSEO_Taxonomy_Meta Object
(
[option_name] => wpseo_taxonomy_meta
[group_name] => yoast_wpseo_taxonomy_meta_options
[include_in_all] =>
[multisite_only] =>
[defaults:protected] => Array
(
)
[variable_array_key_patterns:protected] =>
[ms_exclude] => Array
(
)
[override_option_name:protected] =>
)
[1] => add_default_filters_if_not_changed
)
[accepted_args] => 3
)
[0000000000003c720000000000000000add_default_filters_if_not_changed] => Array
(
[function] => Array
(
[0] => WPSEO_Option_Wpseo Object
(
[option_name] => wpseo
[group_name] => yoast_wpseo_options
[include_in_all] => 1
[multisite_only] =>
[defaults:protected] => Array
(
[tracking] =>
[toggled_tracking] =>
[license_server_version] =>
[ms_defaults_set] =>
[ignore_search_engines_discouraged_notice] =>
[indexing_first_time] => 1
[indexing_started] =>
[indexing_reason] =>
[indexables_indexing_completed] =>
[index_now_key] =>
[version] =>
[previous_version] =>
[disableadvanced_meta] => 1
[enable_headless_rest_endpoints] => 1
[ryte_indexability] =>
[baiduverify] =>
[googleverify] =>
[msverify] =>
[yandexverify] =>
[site_type] =>
[has_multiple_authors] =>
[environment_type] =>
[content_analysis_active] => 1
[keyword_analysis_active] => 1
[inclusive_language_analysis_active] =>
[enable_admin_bar_menu] => 1
[enable_cornerstone_content] => 1
[enable_xml_sitemap] => 1
[enable_text_link_counter] => 1
[enable_index_now] => 1
[enable_ai_generator] => 1
[ai_enabled_pre_default] =>
[show_onboarding_notice] =>
[first_activated_on] =>
[myyoast-oauth] => Array
(
[config] => Array
(
[clientId] =>
[secret] =>
)
[access_tokens] => Array
(
)
)
[semrush_integration_active] => 1
[semrush_tokens] => Array
(
)
[semrush_country_code] => us
[permalink_structure] =>
[home_url] =>
[dynamic_permalinks] =>
[category_base_url] =>
[tag_base_url] =>
[custom_taxonomy_slugs] => Array
(
)
[enable_enhanced_slack_sharing] => 1
[enable_metabox_insights] => 1
[enable_link_suggestions] => 1
[algolia_integration_active] =>
[import_cursors] => Array
(
)
[workouts_data] => Array
(
[configuration] => Array
(
[finishedSteps] => Array
(
)
)
)
[configuration_finished_steps] => Array
(
)
[dismiss_configuration_workout_notice] =>
[dismiss_premium_deactivated_notice] =>
[importing_completed] => Array
(
)
[wincher_integration_active] => 1
[wincher_tokens] => Array
(
)
[wincher_automatically_add_keyphrases] =>
[wincher_website_id] =>
[first_time_install] =>
[should_redirect_after_install_free] =>
[activation_redirect_timestamp_free] => 0
[remove_feed_global] =>
[remove_feed_global_comments] =>
[remove_feed_post_comments] =>
[remove_feed_authors] =>
[remove_feed_categories] =>
[remove_feed_tags] =>
[remove_feed_custom_taxonomies] =>
[remove_feed_post_types] =>
[remove_feed_search] =>
[remove_atom_rdf_feeds] =>
[remove_shortlinks] =>
[remove_rest_api_links] =>
[remove_rsd_wlw_links] =>
[remove_oembed_links] =>
[remove_generator] =>
[remove_emoji_scripts] =>
[remove_powered_by_header] =>
[remove_pingback_header] =>
[clean_campaign_tracking_urls] =>
[clean_permalinks] =>
[clean_permalinks_extra_variables] =>
[search_cleanup] =>
[search_cleanup_emoji] =>
[search_cleanup_patterns] =>
[search_character_limit] => 50
[deny_search_crawling] =>
[deny_wp_json_crawling] =>
[deny_adsbot_crawling] =>
[deny_ccbot_crawling] =>
[deny_google_extended_crawling] =>
[deny_gptbot_crawling] =>
[redirect_search_pretty_urls] =>
[least_readability_ignore_list] => Array
(
)
[least_seo_score_ignore_list] => Array
(
)
[most_linked_ignore_list] => Array
(
)
[least_linked_ignore_list] => Array
(
)
[indexables_page_reading_list] => Array
(
[0] =>
[1] =>
[2] =>
[3] =>
[4] =>
)
[indexables_overview_state] => dashboard-not-visited
[last_known_public_post_types] => Array
(
)
[last_known_public_taxonomies] => Array
(
)
[last_known_no_unindexed] => Array
(
)
[new_post_types] => Array
(
)
[new_taxonomies] => Array
(
)
[show_new_content_type_notification] =>
[site_kit_configuration_permanently_dismissed] =>
[site_kit_connected] =>
[site_kit_tracking_setup_widget_loaded] => no
[site_kit_tracking_first_interaction_stage] =>
[site_kit_tracking_last_interaction_stage] =>
[site_kit_tracking_setup_widget_temporarily_dismissed] => no
[site_kit_tracking_setup_widget_permanently_dismissed] => no
[google_site_kit_feature_enabled] =>
[enable_llms_txt] =>
)
[variable_array_key_patterns:protected] =>
[ms_exclude] => Array
(
[0] => ignore_search_engines_discouraged_notice
[1] => baiduverify
[2] => googleverify
[3] => msverify
[4] => yandexverify
)
[override_option_name:protected] => wpseo_ms
[site_types:protected] => Array
(
[0] =>
[1] => blog
[2] => shop
[3] => news
[4] => smallBusiness
[5] => corporateOther
[6] => personalOther
)
[environment_types:protected] => Array
(
[0] =>
[1] => local
[2] => production
[3] => staging
[4] => development
)
[has_multiple_authors_options:protected] => Array
(
[0] =>
[1] => 1
[2] =>
)
)
[1] => add_default_filters_if_not_changed
)
[accepted_args] => 3
)
[0000000000003c750000000000000000add_default_filters_if_not_changed] => Array
(
[function] => Array
(
[0] => WPSEO_Option_Titles Object
(
[option_name] => wpseo_titles
[group_name] => yoast_wpseo_titles_options
[include_in_all] => 1
[multisite_only] =>
[defaults:protected] => Array
(
[forcerewritetitle] =>
[separator] => sc-dash
[title-home-wpseo] => %%sitename%% %%page%% %%sep%% %%sitedesc%%
[title-author-wpseo] => %%name%%, Author at %%sitename%% %%page%%
[title-archive-wpseo] => %%date%% %%page%% %%sep%% %%sitename%%
[title-search-wpseo] => You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%
[title-404-wpseo] => Page not found %%sep%% %%sitename%%
[social-title-author-wpseo] => %%name%%
[social-title-archive-wpseo] => %%date%%
[social-description-author-wpseo] =>
[social-description-archive-wpseo] =>
[social-image-url-author-wpseo] =>
[social-image-url-archive-wpseo] =>
[social-image-id-author-wpseo] => 0
[social-image-id-archive-wpseo] => 0
[metadesc-home-wpseo] =>
[metadesc-author-wpseo] =>
[metadesc-archive-wpseo] =>
[rssbefore] =>
[rssafter] => The post %%POSTLINK%% appeared first on %%BLOGLINK%%.
[noindex-author-wpseo] =>
[noindex-author-noposts-wpseo] => 1
[noindex-archive-wpseo] => 1
[disable-author] =>
[disable-date] =>
[disable-post_format] =>
[disable-attachment] => 1
[breadcrumbs-404crumb] => Error 404: Page not found
[breadcrumbs-display-blog-page] => 1
[breadcrumbs-boldlast] =>
[breadcrumbs-archiveprefix] => Archives for
[breadcrumbs-enable] => 1
[breadcrumbs-home] => Home
[breadcrumbs-prefix] =>
[breadcrumbs-searchprefix] => You searched for
[breadcrumbs-sep] => »
[website_name] =>
[person_name] =>
[person_logo] =>
[person_logo_id] => 0
[alternate_website_name] =>
[company_logo] =>
[company_logo_id] => 0
[company_logo_meta] =>
[person_logo_meta] =>
[company_name] =>
[company_alternate_name] =>
[company_or_person] => company
[company_or_person_user_id] =>
[stripcategorybase] =>
[open_graph_frontpage_title] => %%sitename%%
[open_graph_frontpage_desc] =>
[open_graph_frontpage_image] =>
[open_graph_frontpage_image_id] => 0
[publishing_principles_id] => 0
[ownership_funding_info_id] => 0
[actionable_feedback_policy_id] => 0
[corrections_policy_id] => 0
[ethics_policy_id] => 0
[diversity_policy_id] => 0
[diversity_staffing_report_id] => 0
[org-description] =>
[org-email] =>
[org-phone] =>
[org-legal-name] =>
[org-founding-date] =>
[org-number-employees] =>
[org-vat-id] =>
[org-tax-id] =>
[org-iso] =>
[org-duns] =>
[org-leicode] =>
[org-naics] =>
[title-post] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-post] =>
[noindex-post] =>
[display-metabox-pt-post] => 1
[post_types-post-maintax] => 0
[schema-page-type-post] => WebPage
[schema-article-type-post] => Article
[social-title-post] => %%title%%
[social-description-post] =>
[social-image-url-post] =>
[social-image-id-post] => 0
[title-page] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-page] =>
[noindex-page] =>
[display-metabox-pt-page] => 1
[post_types-page-maintax] => 0
[schema-page-type-page] => WebPage
[schema-article-type-page] => None
[social-title-page] => %%title%%
[social-description-page] =>
[social-image-url-page] =>
[social-image-id-page] => 0
[title-attachment] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-attachment] =>
[noindex-attachment] =>
[display-metabox-pt-attachment] => 1
[post_types-attachment-maintax] => 0
[schema-page-type-attachment] => WebPage
[schema-article-type-attachment] => None
[title-product] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-product] =>
[noindex-product] =>
[display-metabox-pt-product] => 1
[post_types-product-maintax] => 0
[schema-page-type-product] => WebPage
[schema-article-type-product] => None
[social-title-product] => %%title%%
[social-description-product] =>
[social-image-url-product] =>
[social-image-id-product] => 0
[title-ptarchive-product] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-product] =>
[bctitle-ptarchive-product] =>
[noindex-ptarchive-product] =>
[social-title-ptarchive-product] => %%pt_plural%% Archive
[social-description-ptarchive-product] =>
[social-image-url-ptarchive-product] =>
[social-image-id-ptarchive-product] => 0
[title-tax-category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-category] =>
[display-metabox-tax-category] => 1
[noindex-tax-category] =>
[social-title-tax-category] => %%term_title%% Archives
[social-description-tax-category] =>
[social-image-url-tax-category] =>
[social-image-id-tax-category] => 0
[taxonomy-category-ptparent] => 0
[title-tax-post_tag] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-post_tag] =>
[display-metabox-tax-post_tag] => 1
[noindex-tax-post_tag] =>
[social-title-tax-post_tag] => %%term_title%% Archives
[social-description-tax-post_tag] =>
[social-image-url-tax-post_tag] =>
[social-image-id-tax-post_tag] => 0
[taxonomy-post_tag-ptparent] => 0
[title-tax-post_format] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-post_format] =>
[display-metabox-tax-post_format] => 1
[noindex-tax-post_format] => 1
[social-title-tax-post_format] => %%term_title%% Archives
[social-description-tax-post_format] =>
[social-image-url-tax-post_format] =>
[social-image-id-tax-post_format] => 0
[taxonomy-post_format-ptparent] => 0
[title-tax-fusion_tb_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-fusion_tb_category] =>
[display-metabox-tax-fusion_tb_category] => 1
[noindex-tax-fusion_tb_category] =>
[social-title-tax-fusion_tb_category] => %%term_title%% Archives
[social-description-tax-fusion_tb_category] =>
[social-image-url-tax-fusion_tb_category] =>
[social-image-id-tax-fusion_tb_category] => 0
[taxonomy-fusion_tb_category-ptparent] => 0
[title-tax-product_brand] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_brand] =>
[display-metabox-tax-product_brand] => 1
[noindex-tax-product_brand] =>
[social-title-tax-product_brand] => %%term_title%% Archives
[social-description-tax-product_brand] =>
[social-image-url-tax-product_brand] =>
[social-image-id-tax-product_brand] => 0
[taxonomy-product_brand-ptparent] => 0
[title-tax-product_cat] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_cat] =>
[display-metabox-tax-product_cat] => 1
[noindex-tax-product_cat] =>
[social-title-tax-product_cat] => %%term_title%% Archives
[social-description-tax-product_cat] =>
[social-image-url-tax-product_cat] =>
[social-image-id-tax-product_cat] => 0
[taxonomy-product_cat-ptparent] => 0
[title-tax-product_tag] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_tag] =>
[display-metabox-tax-product_tag] => 1
[noindex-tax-product_tag] =>
[social-title-tax-product_tag] => %%term_title%% Archives
[social-description-tax-product_tag] =>
[social-image-url-tax-product_tag] =>
[social-image-id-tax-product_tag] => 0
[taxonomy-product_tag-ptparent] => 0
[title-tax-product_shipping_class] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_shipping_class] =>
[display-metabox-tax-product_shipping_class] => 1
[noindex-tax-product_shipping_class] =>
[social-title-tax-product_shipping_class] => %%term_title%% Archives
[social-description-tax-product_shipping_class] =>
[social-image-url-tax-product_shipping_class] =>
[social-image-id-tax-product_shipping_class] => 0
[taxonomy-product_shipping_class-ptparent] => 0
[title-avada_portfolio] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-avada_portfolio] =>
[noindex-avada_portfolio] =>
[display-metabox-pt-avada_portfolio] => 1
[post_types-avada_portfolio-maintax] => 0
[schema-page-type-avada_portfolio] => WebPage
[schema-article-type-avada_portfolio] => None
[social-title-avada_portfolio] => %%title%%
[social-description-avada_portfolio] =>
[social-image-url-avada_portfolio] =>
[social-image-id-avada_portfolio] => 0
[title-ptarchive-avada_portfolio] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-avada_portfolio] =>
[bctitle-ptarchive-avada_portfolio] =>
[noindex-ptarchive-avada_portfolio] =>
[social-title-ptarchive-avada_portfolio] => %%pt_plural%% Archive
[social-description-ptarchive-avada_portfolio] =>
[social-image-url-ptarchive-avada_portfolio] =>
[social-image-id-ptarchive-avada_portfolio] => 0
[title-avada_faq] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-avada_faq] =>
[noindex-avada_faq] =>
[display-metabox-pt-avada_faq] => 1
[post_types-avada_faq-maintax] => 0
[schema-page-type-avada_faq] => WebPage
[schema-article-type-avada_faq] => None
[social-title-avada_faq] => %%title%%
[social-description-avada_faq] =>
[social-image-url-avada_faq] =>
[social-image-id-avada_faq] => 0
[title-ptarchive-avada_faq] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-avada_faq] =>
[bctitle-ptarchive-avada_faq] =>
[noindex-ptarchive-avada_faq] =>
[social-title-ptarchive-avada_faq] => %%pt_plural%% Archive
[social-description-ptarchive-avada_faq] =>
[social-image-url-ptarchive-avada_faq] =>
[social-image-id-ptarchive-avada_faq] => 0
[title-slide] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-slide] =>
[noindex-slide] =>
[display-metabox-pt-slide] => 1
[post_types-slide-maintax] => 0
[schema-page-type-slide] => WebPage
[schema-article-type-slide] => None
[social-title-slide] => %%title%%
[social-description-slide] =>
[social-image-url-slide] =>
[social-image-id-slide] => 0
[title-tax-portfolio_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_category] =>
[display-metabox-tax-portfolio_category] => 1
[noindex-tax-portfolio_category] =>
[social-title-tax-portfolio_category] => %%term_title%% Archives
[social-description-tax-portfolio_category] =>
[social-image-url-tax-portfolio_category] =>
[social-image-id-tax-portfolio_category] => 0
[taxonomy-portfolio_category-ptparent] => 0
[title-tax-portfolio_skills] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_skills] =>
[display-metabox-tax-portfolio_skills] => 1
[noindex-tax-portfolio_skills] =>
[social-title-tax-portfolio_skills] => %%term_title%% Archives
[social-description-tax-portfolio_skills] =>
[social-image-url-tax-portfolio_skills] =>
[social-image-id-tax-portfolio_skills] => 0
[taxonomy-portfolio_skills-ptparent] => 0
[title-tax-portfolio_tags] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_tags] =>
[display-metabox-tax-portfolio_tags] => 1
[noindex-tax-portfolio_tags] =>
[social-title-tax-portfolio_tags] => %%term_title%% Archives
[social-description-tax-portfolio_tags] =>
[social-image-url-tax-portfolio_tags] =>
[social-image-id-tax-portfolio_tags] => 0
[taxonomy-portfolio_tags-ptparent] => 0
[title-tax-faq_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-faq_category] =>
[display-metabox-tax-faq_category] => 1
[noindex-tax-faq_category] =>
[social-title-tax-faq_category] => %%term_title%% Archives
[social-description-tax-faq_category] =>
[social-image-url-tax-faq_category] =>
[social-image-id-tax-faq_category] => 0
[taxonomy-faq_category-ptparent] => 0
[title-tax-element_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-element_category] =>
[display-metabox-tax-element_category] => 1
[noindex-tax-element_category] =>
[social-title-tax-element_category] => %%term_title%% Archives
[social-description-tax-element_category] =>
[social-image-url-tax-element_category] =>
[social-image-id-tax-element_category] => 0
[taxonomy-element_category-ptparent] => 0
[title-tax-template_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-template_category] =>
[display-metabox-tax-template_category] => 1
[noindex-tax-template_category] =>
[social-title-tax-template_category] => %%term_title%% Archives
[social-description-tax-template_category] =>
[social-image-url-tax-template_category] =>
[social-image-id-tax-template_category] => 0
[taxonomy-template_category-ptparent] => 0
[title-tax-slide-page] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-slide-page] =>
[display-metabox-tax-slide-page] => 1
[noindex-tax-slide-page] =>
[social-title-tax-slide-page] => %%term_title%% Archives
[social-description-tax-slide-page] =>
[social-image-url-tax-slide-page] =>
[social-image-id-tax-slide-page] => 0
[taxonomy-slide-page-ptparent] => 0
)
[variable_array_key_patterns:protected] => Array
(
[0] => title-
[1] => metadesc-
[2] => noindex-
[3] => display-metabox-pt-
[4] => bctitle-ptarchive-
[5] => post_types-
[6] => taxonomy-
[7] => schema-page-type-
[8] => schema-article-type-
[9] => social-title-
[10] => social-description-
[11] => social-image-url-
[12] => social-image-id-
[13] => org-
)
[ms_exclude] => Array
(
[0] => forcerewritetitle
)
[override_option_name:protected] =>
[enriched_defaults:protected] => Array
(
[title-post] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-post] =>
[noindex-post] =>
[display-metabox-pt-post] => 1
[post_types-post-maintax] => 0
[schema-page-type-post] => WebPage
[schema-article-type-post] => Article
[social-title-post] => %%title%%
[social-description-post] =>
[social-image-url-post] =>
[social-image-id-post] => 0
[title-page] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-page] =>
[noindex-page] =>
[display-metabox-pt-page] => 1
[post_types-page-maintax] => 0
[schema-page-type-page] => WebPage
[schema-article-type-page] => None
[social-title-page] => %%title%%
[social-description-page] =>
[social-image-url-page] =>
[social-image-id-page] => 0
[title-attachment] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-attachment] =>
[noindex-attachment] =>
[display-metabox-pt-attachment] => 1
[post_types-attachment-maintax] => 0
[schema-page-type-attachment] => WebPage
[schema-article-type-attachment] => None
[title-product] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-product] =>
[noindex-product] =>
[display-metabox-pt-product] => 1
[post_types-product-maintax] => 0
[schema-page-type-product] => WebPage
[schema-article-type-product] => None
[social-title-product] => %%title%%
[social-description-product] =>
[social-image-url-product] =>
[social-image-id-product] => 0
[title-ptarchive-product] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-product] =>
[bctitle-ptarchive-product] =>
[noindex-ptarchive-product] =>
[social-title-ptarchive-product] => %%pt_plural%% Archive
[social-description-ptarchive-product] =>
[social-image-url-ptarchive-product] =>
[social-image-id-ptarchive-product] => 0
[title-avada_portfolio] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-avada_portfolio] =>
[noindex-avada_portfolio] =>
[display-metabox-pt-avada_portfolio] => 1
[post_types-avada_portfolio-maintax] => 0
[schema-page-type-avada_portfolio] => WebPage
[schema-article-type-avada_portfolio] => None
[social-title-avada_portfolio] => %%title%%
[social-description-avada_portfolio] =>
[social-image-url-avada_portfolio] =>
[social-image-id-avada_portfolio] => 0
[title-ptarchive-avada_portfolio] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-avada_portfolio] =>
[bctitle-ptarchive-avada_portfolio] =>
[noindex-ptarchive-avada_portfolio] =>
[social-title-ptarchive-avada_portfolio] => %%pt_plural%% Archive
[social-description-ptarchive-avada_portfolio] =>
[social-image-url-ptarchive-avada_portfolio] =>
[social-image-id-ptarchive-avada_portfolio] => 0
[title-avada_faq] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-avada_faq] =>
[noindex-avada_faq] =>
[display-metabox-pt-avada_faq] => 1
[post_types-avada_faq-maintax] => 0
[schema-page-type-avada_faq] => WebPage
[schema-article-type-avada_faq] => None
[social-title-avada_faq] => %%title%%
[social-description-avada_faq] =>
[social-image-url-avada_faq] =>
[social-image-id-avada_faq] => 0
[title-ptarchive-avada_faq] => %%pt_plural%% Archive %%page%% %%sep%% %%sitename%%
[metadesc-ptarchive-avada_faq] =>
[bctitle-ptarchive-avada_faq] =>
[noindex-ptarchive-avada_faq] =>
[social-title-ptarchive-avada_faq] => %%pt_plural%% Archive
[social-description-ptarchive-avada_faq] =>
[social-image-url-ptarchive-avada_faq] =>
[social-image-id-ptarchive-avada_faq] => 0
[title-slide] => %%title%% %%page%% %%sep%% %%sitename%%
[metadesc-slide] =>
[noindex-slide] =>
[display-metabox-pt-slide] => 1
[post_types-slide-maintax] => 0
[schema-page-type-slide] => WebPage
[schema-article-type-slide] => None
[social-title-slide] => %%title%%
[social-description-slide] =>
[social-image-url-slide] =>
[social-image-id-slide] => 0
[title-tax-category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-category] =>
[display-metabox-tax-category] => 1
[noindex-tax-category] =>
[social-title-tax-category] => %%term_title%% Archives
[social-description-tax-category] =>
[social-image-url-tax-category] =>
[social-image-id-tax-category] => 0
[taxonomy-category-ptparent] => 0
[title-tax-post_tag] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-post_tag] =>
[display-metabox-tax-post_tag] => 1
[noindex-tax-post_tag] =>
[social-title-tax-post_tag] => %%term_title%% Archives
[social-description-tax-post_tag] =>
[social-image-url-tax-post_tag] =>
[social-image-id-tax-post_tag] => 0
[taxonomy-post_tag-ptparent] => 0
[title-tax-post_format] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-post_format] =>
[display-metabox-tax-post_format] => 1
[noindex-tax-post_format] => 1
[social-title-tax-post_format] => %%term_title%% Archives
[social-description-tax-post_format] =>
[social-image-url-tax-post_format] =>
[social-image-id-tax-post_format] => 0
[taxonomy-post_format-ptparent] => 0
[title-tax-fusion_tb_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-fusion_tb_category] =>
[display-metabox-tax-fusion_tb_category] => 1
[noindex-tax-fusion_tb_category] =>
[social-title-tax-fusion_tb_category] => %%term_title%% Archives
[social-description-tax-fusion_tb_category] =>
[social-image-url-tax-fusion_tb_category] =>
[social-image-id-tax-fusion_tb_category] => 0
[taxonomy-fusion_tb_category-ptparent] => 0
[title-tax-product_brand] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_brand] =>
[display-metabox-tax-product_brand] => 1
[noindex-tax-product_brand] =>
[social-title-tax-product_brand] => %%term_title%% Archives
[social-description-tax-product_brand] =>
[social-image-url-tax-product_brand] =>
[social-image-id-tax-product_brand] => 0
[taxonomy-product_brand-ptparent] => 0
[title-tax-product_cat] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_cat] =>
[display-metabox-tax-product_cat] => 1
[noindex-tax-product_cat] =>
[social-title-tax-product_cat] => %%term_title%% Archives
[social-description-tax-product_cat] =>
[social-image-url-tax-product_cat] =>
[social-image-id-tax-product_cat] => 0
[taxonomy-product_cat-ptparent] => 0
[title-tax-product_tag] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_tag] =>
[display-metabox-tax-product_tag] => 1
[noindex-tax-product_tag] =>
[social-title-tax-product_tag] => %%term_title%% Archives
[social-description-tax-product_tag] =>
[social-image-url-tax-product_tag] =>
[social-image-id-tax-product_tag] => 0
[taxonomy-product_tag-ptparent] => 0
[title-tax-product_shipping_class] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-product_shipping_class] =>
[display-metabox-tax-product_shipping_class] => 1
[noindex-tax-product_shipping_class] =>
[social-title-tax-product_shipping_class] => %%term_title%% Archives
[social-description-tax-product_shipping_class] =>
[social-image-url-tax-product_shipping_class] =>
[social-image-id-tax-product_shipping_class] => 0
[taxonomy-product_shipping_class-ptparent] => 0
[title-tax-portfolio_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_category] =>
[display-metabox-tax-portfolio_category] => 1
[noindex-tax-portfolio_category] =>
[social-title-tax-portfolio_category] => %%term_title%% Archives
[social-description-tax-portfolio_category] =>
[social-image-url-tax-portfolio_category] =>
[social-image-id-tax-portfolio_category] => 0
[taxonomy-portfolio_category-ptparent] => 0
[title-tax-portfolio_skills] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_skills] =>
[display-metabox-tax-portfolio_skills] => 1
[noindex-tax-portfolio_skills] =>
[social-title-tax-portfolio_skills] => %%term_title%% Archives
[social-description-tax-portfolio_skills] =>
[social-image-url-tax-portfolio_skills] =>
[social-image-id-tax-portfolio_skills] => 0
[taxonomy-portfolio_skills-ptparent] => 0
[title-tax-portfolio_tags] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-portfolio_tags] =>
[display-metabox-tax-portfolio_tags] => 1
[noindex-tax-portfolio_tags] =>
[social-title-tax-portfolio_tags] => %%term_title%% Archives
[social-description-tax-portfolio_tags] =>
[social-image-url-tax-portfolio_tags] =>
[social-image-id-tax-portfolio_tags] => 0
[taxonomy-portfolio_tags-ptparent] => 0
[title-tax-faq_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-faq_category] =>
[display-metabox-tax-faq_category] => 1
[noindex-tax-faq_category] =>
[social-title-tax-faq_category] => %%term_title%% Archives
[social-description-tax-faq_category] =>
[social-image-url-tax-faq_category] =>
[social-image-id-tax-faq_category] => 0
[taxonomy-faq_category-ptparent] => 0
[title-tax-element_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-element_category] =>
[display-metabox-tax-element_category] => 1
[noindex-tax-element_category] =>
[social-title-tax-element_category] => %%term_title%% Archives
[social-description-tax-element_category] =>
[social-image-url-tax-element_category] =>
[social-image-id-tax-element_category] => 0
[taxonomy-element_category-ptparent] => 0
[title-tax-template_category] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-template_category] =>
[display-metabox-tax-template_category] => 1
[noindex-tax-template_category] =>
[social-title-tax-template_category] => %%term_title%% Archives
[social-description-tax-template_category] =>
[social-image-url-tax-template_category] =>
[social-image-id-tax-template_category] => 0
[taxonomy-template_category-ptparent] => 0
[title-tax-slide-page] => %%term_title%% Archives %%page%% %%sep%% %%sitename%%
[metadesc-tax-slide-page] =>
[display-metabox-tax-slide-page] => 1
[noindex-tax-slide-page] =>
[social-title-tax-slide-page] => %%term_title%% Archives
[social-description-tax-slide-page] =>
[social-image-url-tax-slide-page] =>
[social-image-id-tax-slide-page] => 0
[taxonomy-slide-page-ptparent] => 0
)
)
[1] => add_default_filters_if_not_changed
)
[accepted_args] => 3
)
[0000000000003c780000000000000000add_default_filters_if_not_changed] => Array
(
[function] => Array
(
[0] => WPSEO_Option_Social Object
(
[option_name] => wpseo_social
[group_name] => yoast_wpseo_social_options
[include_in_all] => 1
[multisite_only] =>
[defaults:protected] => Array
(
[facebook_site] =>
[instagram_url] =>
[linkedin_url] =>
[myspace_url] =>
[og_default_image] =>
[og_default_image_id] =>
[og_frontpage_title] =>
[og_frontpage_desc] =>
[og_frontpage_image] =>
[og_frontpage_image_id] =>
[opengraph] => 1
[pinterest_url] =>
[pinterestverify] =>
[twitter] => 1
[twitter_site] =>
[twitter_card_type] => summary_large_image
[youtube_url] =>
[wikipedia_url] =>
[other_social_urls] => Array
(
)
[mastodon_url] =>
)
[variable_array_key_patterns:protected] =>
[ms_exclude] => Array
(
[0] => pinterestverify
)
[override_option_name:protected] =>
)
[1] => add_default_filters_if_not_changed
)
[accepted_args] => 3
)
[0000000000003c790000000000000000add_default_filters_if_not_changed] => Array
(
[function] => Array
(
[0] => WPSEO_Taxonomy_Meta Object
(
[option_name] => wpseo_taxonomy_meta
[group_name] => yoast_wpseo_taxonomy_meta_options
[include_in_all] =>
[multisite_only] =>
[defaults:protected] => Array
(
)
[variable_array_key_patterns:protected] =>
[ms_exclude] => Array
(
)
[override_option_name:protected] =>
)
[1] => add_default_filters_if_not_changed
)
[accepted_args] => 3
)
[00000000000044010000000000000000add_default_filters_if_not_changed] => Array
(
[function] => Array
(
[0] => WPSEO_Option_Titles Object
(
[option_name] => wpseo_titles
[group_name] => yoast_wpseo_titles_options
[include_in_all] => 1
[multisite_only] =>
[defaults:protected] => Array
(
[forcerewritetitle] =>
[separator] => sc-dash
[title-home-wpseo] => %%sitename%% %%page%% %%sep%% %%sitedesc%%
[title-author-wpseo] =>
[title-archive-wpseo] => %%date%% %%page%% %%sep%% %%sitename%%
[title-search-wpseo] =>
[title-404-wpseo] =>
[social-title-author-wpseo] => %%name%%
[social-title-archive-wpseo] => %%date%%
[social-description-author-wpseo] =>
[social-description-archive-wpseo] =>
[social-image-url-author-wpseo] =>
[social-image-url-archive-wpseo] =>
[social-image-id-author-wpseo] => 0
[social-image-id-archive-wpseo] => 0
[metadesc-home-wpseo] =>
[metadesc-author-wpseo] =>
[metadesc-archive-wpseo] =>
[rssbefore] =>
[rssafter] =>
[noindex-author-wpseo] =>
[noindex-author-noposts-wpseo] => 1
[noindex-archive-wpseo] => 1
[disable-author] =>
[disable-date] =>
[disable-post_format] =>
[disable-attachment] => 1
[breadcrumbs-404crumb] =>
[breadcrumbs-display-blog-page] => 1
[breadcrumbs-boldlast] =>
[breadcrumbs-archiveprefix] =>
[breadcrumbs-enable] => 1
[breadcrumbs-home] =>
[breadcrumbs-prefix] =>
[breadcrumbs-searchprefix] =>
[breadcrumbs-sep] => »
[website_name] =>
[person_name] =>
[person_logo] =>
[person_logo_id] => 0
[alternate_website_name] =>
[company_logo] =>
[company_logo_id] => 0
[company_logo_meta] =>
[person_logo_meta] =>
[company_name] =>
[company_alternate_name] =>
[company_or_person] => company
[company_or_person_user_id] =>
[stripcategorybase] =>
[open_graph_frontpage_title] => %%sitename%%
[open_graph_frontpage_desc] =>
[open_graph_frontpage_image] =>
[open_graph_frontpage_image_id] => 0
[publishing_principles_id] => 0
[ownership_funding_info_id] => 0
[actionable_feedback_policy_id] => 0
[corrections_policy_id] => 0
[ethics_policy_id] => 0
[diversity_policy_id] => 0
[diversity_staffing_report_id] => 0
[org-description] =>
[org-email] =>
[org-phone] =>
[org-legal-name] =>
[org-founding-date] =>
[org-number-employees] =>
[org-vat-id] =>
[org-tax-id] =>
[org-iso] =>
[org-duns] =>
[org-leicode] =>
[org-naics] =>
)
[variable_array_key_patterns:protected] => Array
(
[0] => title-
[1] => metadesc-
[2] => noindex-
[3] => display-metabox-pt-
[4] => bctitle-ptarchive-
[5] => post_types-
[6] => taxonomy-
[7] => schema-page-type-
[8] => schema-article-type-
[9] => social-title-
[10] => social-description-
[11] => social-image-url-
[12] => social-image-id-
[13] => org-
)
[ms_exclude] => Array
(
[0] => forcerewritetitle
)
[override_option_name:protected] =>
[enriched_defaults:protected] =>
)
[1] => add_default_filters_if_not_changed
)
[accepted_args] => 3
)
)
)
[priorities:protected] => Array
(
[0] => 999
[1] => 9223372036854775807
)
[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