[deleted_post]
WP_Hook Object
(
[callbacks] => Array
(
[10] => Array
(
[_wp_after_delete_font_family] => Array
(
[function] => _wp_after_delete_font_family
[accepted_args] => 2
)
[00000000000005530000000000000000handle_deleted_post] => Array
(
[function] => Array
(
[0] => Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer Object
(
[data_store:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore Object
(
[meta_type:protected] => post
[object_id_field_for_meta:protected] =>
[internal_meta_keys:protected] => Array
(
[0] => _customer_user
[1] => _order_key
[2] => _order_currency
[3] => _billing_first_name
[4] => _billing_last_name
[5] => _billing_company
[6] => _billing_address_1
[7] => _billing_address_2
[8] => _billing_city
[9] => _billing_state
[10] => _billing_postcode
[11] => _billing_country
[12] => _billing_email
[13] => _billing_phone
[14] => _shipping_first_name
[15] => _shipping_last_name
[16] => _shipping_company
[17] => _shipping_address_1
[18] => _shipping_address_2
[19] => _shipping_city
[20] => _shipping_state
[21] => _shipping_postcode
[22] => _shipping_country
[23] => _shipping_phone
[24] => _completed_date
[25] => _paid_date
[26] => _edit_last
[27] => _cart_discount
[28] => _cart_discount_tax
[29] => _order_shipping
[30] => _order_shipping_tax
[31] => _order_tax
[32] => _order_total
[33] => _payment_method
[34] => _payment_method_title
[35] => _transaction_id
[36] => _customer_ip_address
[37] => _customer_user_agent
[38] => _created_via
[39] => _order_version
[40] => _prices_include_tax
[41] => _date_completed
[42] => _date_paid
[43] => _payment_tokens
[44] => _billing_address_index
[45] => _shipping_address_index
[46] => _recorded_sales
[47] => _recorded_coupon_usage_counts
[48] => _download_permissions_granted
[49] => _order_stock_reduced
[50] => _new_order_email_sent
)
[must_exist_meta_keys:protected] => Array
(
)
[internal_data_store_key_getters:protected] => Array
(
)
[ephemeral_meta_keys:protected] => Array
(
[0] => _edit_lock
)
[data_store_meta:protected] => Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStoreMeta Object
(
)
[database_util:protected] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[cpt_data_store:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[orders_table_name:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => wp_wc_orders
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
[name] => id
)
[status] => Array
(
[type] => string
[name] => status
)
[type] => Array
(
[type] => string
[name] => type
)
[currency] => Array
(
[type] => string
[name] => currency
)
[tax_amount] => Array
(
[type] => decimal
[name] => cart_tax
)
[total_amount] => Array
(
[type] => decimal
[name] => total
)
[customer_id] => Array
(
[type] => int
[name] => customer_id
)
[billing_email] => Array
(
[type] => string
[name] => billing_email
)
[date_created_gmt] => Array
(
[type] => date
[name] => date_created
)
[date_updated_gmt] => Array
(
[type] => date
[name] => date_modified
)
[parent_order_id] => Array
(
[type] => int
[name] => parent_id
)
[payment_method] => Array
(
[type] => string
[name] => payment_method
)
[payment_method_title] => Array
(
[type] => string
[name] => payment_method_title
)
[ip_address] => Array
(
[type] => string
[name] => customer_ip_address
)
[transaction_id] => Array
(
[type] => string
[name] => transaction_id
)
[user_agent] => Array
(
[type] => string
[name] => customer_user_agent
)
[customer_note] => Array
(
[type] => string
[name] => customer_note
)
)
[billing_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => billing_first_name
)
[last_name] => Array
(
[type] => string
[name] => billing_last_name
)
[company] => Array
(
[type] => string
[name] => billing_company
)
[address_1] => Array
(
[type] => string
[name] => billing_address_1
)
[address_2] => Array
(
[type] => string
[name] => billing_address_2
)
[city] => Array
(
[type] => string
[name] => billing_city
)
[state] => Array
(
[type] => string
[name] => billing_state
)
[postcode] => Array
(
[type] => string
[name] => billing_postcode
)
[country] => Array
(
[type] => string
[name] => billing_country
)
[email] => Array
(
[type] => string
[name] => billing_email
)
[phone] => Array
(
[type] => string
[name] => billing_phone
)
)
[shipping_address_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[address_type] => Array
(
[type] => string
)
[first_name] => Array
(
[type] => string
[name] => shipping_first_name
)
[last_name] => Array
(
[type] => string
[name] => shipping_last_name
)
[company] => Array
(
[type] => string
[name] => shipping_company
)
[address_1] => Array
(
[type] => string
[name] => shipping_address_1
)
[address_2] => Array
(
[type] => string
[name] => shipping_address_2
)
[city] => Array
(
[type] => string
[name] => shipping_city
)
[state] => Array
(
[type] => string
[name] => shipping_state
)
[postcode] => Array
(
[type] => string
[name] => shipping_postcode
)
[country] => Array
(
[type] => string
[name] => shipping_country
)
[email] => Array
(
[type] => string
)
[phone] => Array
(
[type] => string
[name] => shipping_phone
)
)
[operational_data_column_mapping:protected] => Array
(
[id] => Array
(
[type] => int
)
[order_id] => Array
(
[type] => int
)
[created_via] => Array
(
[type] => string
[name] => created_via
)
[woocommerce_version] => Array
(
[type] => string
[name] => version
)
[prices_include_tax] => Array
(
[type] => bool
[name] => prices_include_tax
)
[coupon_usages_are_counted] => Array
(
[type] => bool
[name] => recorded_coupon_usage_counts
)
[download_permission_granted] => Array
(
[type] => bool
[name] => download_permissions_granted
)
[cart_hash] => Array
(
[type] => string
[name] => cart_hash
)
[new_order_email_sent] => Array
(
[type] => bool
[name] => new_order_email_sent
)
[order_key] => Array
(
[type] => string
[name] => order_key
)
[order_stock_reduced] => Array
(
[type] => bool
[name] => order_stock_reduced
)
[date_paid_gmt] => Array
(
[type] => date
[name] => date_paid
)
[date_completed_gmt] => Array
(
[type] => date
[name] => date_completed
)
[shipping_tax_amount] => Array
(
[type] => decimal
[name] => shipping_tax
)
[shipping_total_amount] => Array
(
[type] => decimal
[name] => shipping_total
)
[discount_tax_amount] => Array
(
[type] => decimal
[name] => discount_tax
)
[discount_total_amount] => Array
(
[type] => decimal
[name] => discount_total
)
[recorded_sales] => Array
(
[type] => bool
[name] => recorded_sales
)
)
[all_order_column_mapping:Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore:private] =>
)
[database_util:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\Utilities\DatabaseUtil Object
(
)
[posts_to_cot_migrator:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController Object
(
[error_logger:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[all_migrators:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostsToOrdersMigrationController:private] => Array
(
[order] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_orders
[source_rel_column] => id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_order_currency] => Array
(
[type] => string
[destination] => currency
)
[_order_tax] => Array
(
[type] => decimal
[destination] => tax_amount
)
[_order_total] => Array
(
[type] => decimal
[destination] => total_amount
)
[_customer_user] => Array
(
[type] => int
[destination] => customer_id
)
[_billing_email] => Array
(
[type] => string
[destination] => billing_email
)
[_payment_method] => Array
(
[type] => string
[destination] => payment_method
)
[_payment_method_title] => Array
(
[type] => string
[destination] => payment_method_title
)
[_customer_ip_address] => Array
(
[type] => string
[destination] => ip_address
)
[_customer_user_agent] => Array
(
[type] => string
[destination] => user_agent
)
[_transaction_id] => Array
(
[type] => string
[destination] => transaction_id
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => id
)
[post_status] => Array
(
[type] => string
[destination] => status
)
[post_date_gmt] => Array
(
[type] => date
[destination] => date_created_gmt
)
[post_modified_gmt] => Array
(
[type] => date
[destination] => date_updated_gmt
)
[post_parent] => Array
(
[type] => int
[destination] => parent_order_id
)
[post_type] => Array
(
[type] => string
[destination] => type
)
[post_excerpt] => Array
(
[type] => string
[destination] => customer_note
)
)
)
[order_address_billing] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_billing_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_billing_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_billing_company] => Array
(
[type] => string
[destination] => company
)
[_billing_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_billing_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_billing_city] => Array
(
[type] => string
[destination] => city
)
[_billing_state] => Array
(
[type] => string
[destination] => state
)
[_billing_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_billing_country] => Array
(
[type] => string
[destination] => country
)
[_billing_email] => Array
(
[type] => string
[destination] => email
)
[_billing_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'billing'
)
)
[type:protected] => billing
)
[order_address_shipping] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderAddressTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_addresses
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_shipping_first_name] => Array
(
[type] => string
[destination] => first_name
)
[_shipping_last_name] => Array
(
[type] => string
[destination] => last_name
)
[_shipping_company] => Array
(
[type] => string
[destination] => company
)
[_shipping_address_1] => Array
(
[type] => string
[destination] => address_1
)
[_shipping_address_2] => Array
(
[type] => string
[destination] => address_2
)
[_shipping_city] => Array
(
[type] => string
[destination] => city
)
[_shipping_state] => Array
(
[type] => string
[destination] => state
)
[_shipping_postcode] => Array
(
[type] => string
[destination] => postcode
)
[_shipping_country] => Array
(
[type] => string
[destination] => country
)
[_shipping_email] => Array
(
[type] => string
[destination] => email
)
[_shipping_phone] => Array
(
[type] => string
[destination] => phone
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
[type] => Array
(
[type] => string
[destination] => address_type
[select_clause] => 'shipping'
)
)
[type:protected] => shipping
)
[order_operational_data] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostToOrderOpTableMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:protected] => Array
(
[source] => Array
(
[entity] => Array
(
[table_name] => wp_posts
[meta_rel_column] => ID
[destination_rel_column] => ID
[primary_key] => ID
)
[meta] => Array
(
[table_name] => wp_postmeta
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_column] => post_id
)
)
[destination] => Array
(
[table_name] => wp_wc_order_operational_data
[source_rel_column] => order_id
[primary_key] => id
[primary_key_type] => int
)
)
[meta_column_mapping:protected] => Array
(
[_created_via] => Array
(
[type] => string
[destination] => created_via
)
[_order_version] => Array
(
[type] => string
[destination] => woocommerce_version
)
[_prices_include_tax] => Array
(
[type] => bool
[destination] => prices_include_tax
)
[_recorded_coupon_usage_counts] => Array
(
[type] => bool
[destination] => coupon_usages_are_counted
)
[_download_permissions_granted] => Array
(
[type] => bool
[destination] => download_permission_granted
)
[_cart_hash] => Array
(
[type] => string
[destination] => cart_hash
)
[_new_order_email_sent] => Array
(
[type] => bool
[destination] => new_order_email_sent
)
[_order_key] => Array
(
[type] => string
[destination] => order_key
)
[_order_stock_reduced] => Array
(
[type] => bool
[destination] => order_stock_reduced
)
[_date_paid] => Array
(
[type] => date_epoch
[destination] => date_paid_gmt
)
[_date_completed] => Array
(
[type] => date_epoch
[destination] => date_completed_gmt
)
[_order_shipping_tax] => Array
(
[type] => decimal
[destination] => shipping_tax_amount
)
[_order_shipping] => Array
(
[type] => decimal
[destination] => shipping_total_amount
)
[_cart_discount_tax] => Array
(
[type] => decimal
[destination] => discount_tax_amount
)
[_cart_discount] => Array
(
[type] => decimal
[destination] => discount_total_amount
)
[_recorded_sales] => Array
(
[type] => bool
[destination] => recorded_sales
)
)
[core_column_mapping:protected] => Array
(
[ID] => Array
(
[type] => int
[destination] => order_id
)
)
)
[order_meta] => Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator Object
(
[errors:Automattic\WooCommerce\Database\Migrations\TableMigrator:private] =>
[schema_config:Automattic\WooCommerce\Database\Migrations\MetaToMetaTableMigrator:private] => Array
(
[source] => Array
(
[meta] => Array
(
[table_name] => wp_postmeta
[entity_id_column] => post_id
[meta_id_column] => meta_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
)
[entity] => Array
(
[table_name] => wp_posts
[source_id_column] => ID
[id_column] => ID
)
[excluded_keys] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
[destination] => Array
(
[meta] => Array
(
[table_name] => wp_wc_orders_meta
[entity_id_column] => order_id
[meta_key_column] => meta_key
[meta_value_column] => meta_value
[entity_id_type] => int
[meta_id_column] => id
)
)
)
[excluded_columns:Automattic\WooCommerce\Database\Migrations\CustomOrderTable\PostMetaToOrderMetaMigrator:private] => Array
(
[0] => _order_currency
[1] => _order_tax
[2] => _order_total
[3] => _customer_user
[4] => _billing_email
[5] => _payment_method
[6] => _payment_method_title
[7] => _customer_ip_address
[8] => _customer_user_agent
[9] => _transaction_id
[10] => _billing_first_name
[11] => _billing_last_name
[12] => _billing_company
[13] => _billing_address_1
[14] => _billing_address_2
[15] => _billing_city
[16] => _billing_state
[17] => _billing_postcode
[18] => _billing_country
[19] => _billing_phone
[20] => _shipping_first_name
[21] => _shipping_last_name
[22] => _shipping_company
[23] => _shipping_address_1
[24] => _shipping_address_2
[25] => _shipping_city
[26] => _shipping_state
[27] => _shipping_postcode
[28] => _shipping_country
[29] => _shipping_email
[30] => _shipping_phone
[31] => _created_via
[32] => _order_version
[33] => _prices_include_tax
[34] => _recorded_coupon_usage_counts
[35] => _download_permissions_granted
[36] => _cart_hash
[37] => _new_order_email_sent
[38] => _order_key
[39] => _order_stock_reduced
[40] => _date_paid
[41] => _date_completed
[42] => _order_shipping_tax
[43] => _order_shipping
[44] => _cart_discount_tax
[45] => _cart_discount
[46] => _recorded_sales
)
)
)
)
[error_logger:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
[legacy_proxy:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Proxies\LegacyProxy Object
(
)
[order_cache_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Caches\OrderCacheController Object
(
[order_cache:Automattic\WooCommerce\Caches\OrderCacheController:private] => Automattic\WooCommerce\Caches\OrderCache Object
(
[object_type:Automattic\WooCommerce\Caching\ObjectCache:private] => orders
[default_expiration:protected] => 3600
[last_cached_data:Automattic\WooCommerce\Caching\ObjectCache:private] =>
[cache_engine:Automattic\WooCommerce\Caching\ObjectCache:private] =>
)
[features_controller:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
[orders_cache_usage_backup:Automattic\WooCommerce\Caches\OrderCacheController:private] =>
)
[batch_processing_controller:Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer:private] => Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController Object
(
[logger:Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController:private] => WC_Logger Object
(
[handlers:protected] =>
[threshold:protected] =>
)
)
)
[1] => handle_deleted_post
)
[accepted_args] => 2
)
[00000000000036050000000000000000action_handler] => Array
(
[function] => Array
(
[0] => Automattic\Jetpack\Sync\Listener Object
(
[sync_queue:Automattic\Jetpack\Sync\Listener:private] => Automattic\Jetpack\Sync\Queue Object
(
[id] => sync
[row_iterator:Automattic\Jetpack\Sync\Queue:private] => 0
[random_int] => 411371
[queue_storage] => Automattic\Jetpack\Sync\Queue\Queue_Storage_Table Object
(
[table_name_no_prefix] => jetpack_sync_queue
[table_name] => wp_jetpack_sync_queue
[queue_id] => sync
)
)
[full_sync_queue:Automattic\Jetpack\Sync\Listener:private] => Automattic\Jetpack\Sync\Queue Object
(
[id] => full_sync
[row_iterator:Automattic\Jetpack\Sync\Queue:private] => 0
[random_int] => 586314
[queue_storage] => Automattic\Jetpack\Sync\Queue\Queue_Storage_Table Object
(
[table_name_no_prefix] => jetpack_sync_queue
[table_name] => wp_jetpack_sync_queue
[queue_id] => full_sync
)
)
[sync_queue_size_limit:Automattic\Jetpack\Sync\Listener:private] => 5000
[sync_queue_lag_limit:Automattic\Jetpack\Sync\Listener:private] => 7200
)
[1] => action_handler
)
[accepted_args] => 1
)
[0000000000003e410000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Cart Object
(
[id_base] => woocommerce_widget_cart
[name] => Cart
[option_name] => widget_woocommerce_widget_cart
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_shopping_cart
[customize_selective_refresh] => 1
[description] => Display the customer shopping cart.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_widget_cart
)
[number] => 2
[id] => woocommerce_widget_cart-2
[updated] =>
[widget_cssclass] => woocommerce widget_shopping_cart
[widget_description] => Display the customer shopping cart.
[widget_id] => woocommerce_widget_cart
[widget_name] => Cart
[settings] => Array
(
[title] => Array
(
[type] => text
[std] => Cart
[label] => Title
)
[hide_if_empty] => Array
(
[type] => checkbox
[std] => 0
[label] => Hide if cart is empty
)
)
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003c620000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Layered_Nav_Filters Object
(
[id_base] => woocommerce_layered_nav_filters
[name] => Active Product Filters
[option_name] => widget_woocommerce_layered_nav_filters
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_layered_nav_filters
[customize_selective_refresh] => 1
[description] => Display a list of active product filters.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_layered_nav_filters
)
[number] => 2
[id] => woocommerce_layered_nav_filters-2
[updated] =>
[widget_cssclass] => woocommerce widget_layered_nav_filters
[widget_description] => Display a list of active product filters.
[widget_id] => woocommerce_layered_nav_filters
[widget_name] => Active Product Filters
[settings] => Array
(
[title] => Array
(
[type] => text
[std] => Active filters
[label] => Title
)
)
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[00000000000032610000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Layered_Nav Object
(
[id_base] => woocommerce_layered_nav
[name] => Filter Products by Attribute
[option_name] => widget_woocommerce_layered_nav
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_layered_nav woocommerce-widget-layered-nav
[customize_selective_refresh] => 1
[description] => Display a list of attributes to filter products in your store.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_layered_nav
)
[number] => 1
[id] => woocommerce_layered_nav-1
[updated] =>
[widget_cssclass] => woocommerce widget_layered_nav woocommerce-widget-layered-nav
[widget_description] => Display a list of attributes to filter products in your store.
[widget_id] => woocommerce_layered_nav
[widget_name] => Filter Products by Attribute
[settings] =>
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003e3e0000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Price_Filter Object
(
[id_base] => woocommerce_price_filter
[name] => Filter Products by Price
[option_name] => widget_woocommerce_price_filter
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_price_filter
[customize_selective_refresh] => 1
[description] => Display a slider to filter products in your store by price.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_price_filter
)
[number] => 2
[id] => woocommerce_price_filter-2
[updated] =>
[widget_cssclass] => woocommerce widget_price_filter
[widget_description] => Display a slider to filter products in your store by price.
[widget_id] => woocommerce_price_filter
[widget_name] => Filter Products by Price
[settings] => Array
(
[title] => Array
(
[type] => text
[std] => Filter by price
[label] => Title
)
)
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003d390000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Product_Categories Object
(
[id_base] => woocommerce_product_categories
[name] => Product Categories
[option_name] => widget_woocommerce_product_categories
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_product_categories
[customize_selective_refresh] => 1
[description] => A list or dropdown of product categories.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_product_categories
)
[number] => 5
[id] => woocommerce_product_categories-5
[updated] =>
[widget_cssclass] => woocommerce widget_product_categories
[widget_description] => A list or dropdown of product categories.
[widget_id] => woocommerce_product_categories
[widget_name] => Product Categories
[settings] => Array
(
[title] => Array
(
[type] => text
[std] => Product categories
[label] => Title
)
[orderby] => Array
(
[type] => select
[std] => name
[label] => Order by
[options] => Array
(
[order] => Category order
[name] => Name
)
)
[dropdown] => Array
(
[type] => checkbox
[std] => 0
[label] => Show as dropdown
)
[count] => Array
(
[type] => checkbox
[std] => 0
[label] => Show product counts
)
[hierarchical] => Array
(
[type] => checkbox
[std] => 1
[label] => Show hierarchy
)
[show_children_only] => Array
(
[type] => checkbox
[std] => 0
[label] => Only show children of the current category
)
[hide_empty] => Array
(
[type] => checkbox
[std] => 0
[label] => Hide empty categories
)
[max_depth] => Array
(
[type] => text
[std] =>
[label] => Maximum depth
)
)
[cat_ancestors] =>
[current_cat] =>
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003d380000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Product_Search Object
(
[id_base] => woocommerce_product_search
[name] => Product Search
[option_name] => widget_woocommerce_product_search
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_product_search
[customize_selective_refresh] => 1
[description] => A search form for your store.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_product_search
)
[number] => 2
[id] => woocommerce_product_search-2
[updated] =>
[widget_cssclass] => woocommerce widget_product_search
[widget_description] => A search form for your store.
[widget_id] => woocommerce_product_search
[widget_name] => Product Search
[settings] => Array
(
[title] => Array
(
[type] => text
[std] =>
[label] => Title
)
)
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003d340000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Product_Tag_Cloud Object
(
[id_base] => woocommerce_product_tag_cloud
[name] => Product Tag Cloud
[option_name] => widget_woocommerce_product_tag_cloud
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_product_tag_cloud
[customize_selective_refresh] => 1
[description] => A cloud of your most used product tags.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_product_tag_cloud
)
[number] => 1
[id] => woocommerce_product_tag_cloud-1
[updated] =>
[widget_cssclass] => woocommerce widget_product_tag_cloud
[widget_description] => A cloud of your most used product tags.
[widget_id] => woocommerce_product_tag_cloud
[widget_name] => Product Tag Cloud
[settings] => Array
(
[title] => Array
(
[type] => text
[std] => Product tags
[label] => Title
)
)
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003d300000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Products Object
(
[id_base] => woocommerce_products
[name] => Products list
[option_name] => widget_woocommerce_products
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_products
[customize_selective_refresh] => 1
[description] => A list of your store's products.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_products
)
[number] => 6
[id] => woocommerce_products-6
[updated] =>
[widget_cssclass] => woocommerce widget_products
[widget_description] => A list of your store's products.
[widget_id] => woocommerce_products
[widget_name] => Products list
[settings] => Array
(
[title] => Array
(
[type] => text
[std] => Products
[label] => Title
)
[number] => Array
(
[type] => number
[step] => 1
[min] => 1
[max] =>
[std] => 5
[label] => Number of products to show
)
[show] => Array
(
[type] => select
[std] =>
[label] => Show
[options] => Array
(
[] => All products
[featured] => Featured products
[onsale] => On-sale products
)
)
[orderby] => Array
(
[type] => select
[std] => date
[label] => Order by
[options] => Array
(
[menu_order] => Menu order
[date] => Date
[price] => Price
[rand] => Random
[sales] => Sales
)
)
[order] => Array
(
[type] => select
[std] => desc
[label] => Order
[options] => Array
(
[asc] => ASC
[desc] => DESC
)
)
[hide_free] => Array
(
[type] => checkbox
[std] => 0
[label] => Hide free products
)
[show_hidden] => Array
(
[type] => checkbox
[std] => 0
[label] => Show hidden products
)
)
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003d2f0000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Recently_Viewed Object
(
[id_base] => woocommerce_recently_viewed_products
[name] => Recently Viewed Products list
[option_name] => widget_woocommerce_recently_viewed_products
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_recently_viewed_products
[customize_selective_refresh] => 1
[description] => Display a list of a customer's recently viewed products.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_recently_viewed_products
)
[number] => 1
[id] => woocommerce_recently_viewed_products-1
[updated] =>
[widget_cssclass] => woocommerce widget_recently_viewed_products
[widget_description] => Display a list of a customer's recently viewed products.
[widget_id] => woocommerce_recently_viewed_products
[widget_name] => Recently Viewed Products list
[settings] => Array
(
[title] => Array
(
[type] => text
[std] => Recently Viewed Products
[label] => Title
)
[number] => Array
(
[type] => number
[step] => 1
[min] => 1
[max] => 15
[std] => 10
[label] => Number of products to show
)
)
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003d370000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Top_Rated_Products Object
(
[id_base] => woocommerce_top_rated_products
[name] => Products by Rating list
[option_name] => widget_woocommerce_top_rated_products
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_top_rated_products
[customize_selective_refresh] => 1
[description] => A list of your store's top-rated products.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_top_rated_products
)
[number] => 1
[id] => woocommerce_top_rated_products-1
[updated] =>
[widget_cssclass] => woocommerce widget_top_rated_products
[widget_description] => A list of your store's top-rated products.
[widget_id] => woocommerce_top_rated_products
[widget_name] => Products by Rating list
[settings] => Array
(
[title] => Array
(
[type] => text
[std] => Top rated products
[label] => Title
)
[number] => Array
(
[type] => number
[step] => 1
[min] => 1
[max] =>
[std] => 5
[label] => Number of products to show
)
)
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003d3f0000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Recent_Reviews Object
(
[id_base] => woocommerce_recent_reviews
[name] => Recent Product Reviews
[option_name] => widget_woocommerce_recent_reviews
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_recent_reviews
[customize_selective_refresh] => 1
[description] => Display a list of recent reviews from your store.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_recent_reviews
)
[number] => 2
[id] => woocommerce_recent_reviews-2
[updated] =>
[widget_cssclass] => woocommerce widget_recent_reviews
[widget_description] => Display a list of recent reviews from your store.
[widget_id] => woocommerce_recent_reviews
[widget_name] => Recent Product Reviews
[settings] => Array
(
[title] => Array
(
[type] => text
[std] => Recent reviews
[label] => Title
)
[number] => Array
(
[type] => number
[step] => 1
[min] => 1
[max] =>
[std] => 10
[label] => Number of reviews to show
)
)
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003d3e0000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Rating_Filter Object
(
[id_base] => woocommerce_rating_filter
[name] => Filter Products by Rating
[option_name] => widget_woocommerce_rating_filter
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_rating_filter
[customize_selective_refresh] => 1
[description] => Display a list of star ratings to filter products in your store.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_rating_filter
)
[number] => 1
[id] => woocommerce_rating_filter-1
[updated] =>
[widget_cssclass] => woocommerce widget_rating_filter
[widget_description] => Display a list of star ratings to filter products in your store.
[widget_id] => woocommerce_rating_filter
[widget_name] => Filter Products by Rating
[settings] => Array
(
[title] => Array
(
[type] => text
[std] => Average rating
[label] => Title
)
)
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[0000000000003d350000000000000000flush_widget_cache] => Array
(
[function] => Array
(
[0] => WC_Widget_Brand_Nav Object
(
[id_base] => woocommerce_brand_nav
[name] => WooCommerce Brand Layered Nav
[option_name] => widget_woocommerce_brand_nav
[alt_option_name] =>
[widget_options] => Array
(
[classname] => woocommerce widget_brand_nav widget_layered_nav
[customize_selective_refresh] => 1
[description] => Shows brands in a widget which lets you narrow down the list of products when viewing products.
[show_instance_in_rest] => 1
)
[control_options] => Array
(
[id_base] => woocommerce_brand_nav
)
[number] => 1
[id] => woocommerce_brand_nav-1
[updated] =>
[widget_cssclass] => woocommerce widget_brand_nav widget_layered_nav
[widget_description] => Shows brands in a widget which lets you narrow down the list of products when viewing products.
[widget_id] => woocommerce_brand_nav
[widget_name] => WooCommerce Brand Layered Nav
[settings] =>
)
[1] => flush_widget_cache
)
[accepted_args] => 1
)
[00000000000033160000000000000000callback] => Array
(
[function] => Array
(
[0] => WP_MainWP_Stream\Connector_Comments Object
(
[name] => comments
[actions] => Array
(
[0] => comment_flood_trigger
[1] => wp_insert_comment
[2] => edit_comment
[3] => before_delete_post
[4] => deleted_post
[5] => delete_comment
[6] => trash_comment
[7] => untrash_comment
[8] => spam_comment
[9] => unspam_comment
[10] => transition_comment_status
[11] => comment_duplicate_trigger
)
[delayed] => Array
(
)
[prev_stream] =>
[register_admin] => 1
[register_frontend] => 1
[register_cron] =>
[register_cli] =>
[is_registered:WP_MainWP_Stream\Connector:private] => 1
[delete_post:protected] => 0
)
[1] => callback
)
[accepted_args] => 99
)
[00000000000033190000000000000000callback] => Array
(
[function] => Array
(
[0] => WP_MainWP_Stream\Connector_Posts Object
(
[name] => posts
[actions] => Array
(
[0] => transition_post_status
[1] => deleted_post
)
[delayed] => Array
(
)
[prev_stream] =>
[register_admin] => 1
[register_frontend] => 1
[register_cron] =>
[register_cli] =>
[is_registered:WP_MainWP_Stream\Connector:private] => 1
)
[1] => callback
)
[accepted_args] => 99
)
[00000000000032cb0000000000000000callback] => Array
(
[function] => Array
(
[0] => WP_MainWP_Stream\Connector_Woocommerce Object
(
[name] => woocommerce
[actions] => Array
(
[0] => wp_mainwp_stream_record_array
[1] => transition_post_status
[2] => deleted_post
[3] => woocommerce_order_status_changed
[4] => woocommerce_attribute_added
[5] => woocommerce_attribute_updated
[6] => woocommerce_attribute_deleted
[7] => woocommerce_tax_rate_added
[8] => woocommerce_tax_rate_updated
[9] => woocommerce_tax_rate_deleted
)
[delayed] => Array
(
)
[prev_stream] =>
[register_admin] => 1
[register_frontend] => 1
[register_cron] =>
[register_cli] =>
[is_registered:WP_MainWP_Stream\Connector:private] => 1
[taxonomies] => Array
(
[0] => product_type
[1] => product_cat
[2] => product_tag
[3] => product_shipping_class
[4] => shop_order_status
)
[post_types] => Array
(
[0] => product
[1] => product_variation
[2] => shop_order
[3] => shop_coupon
)
[order_update_logged:WP_MainWP_Stream\Connector_Woocommerce:private] =>
[settings_pages:WP_MainWP_Stream\Connector_Woocommerce:private] => Array
(
[tools] => Tools
)
[settings:WP_MainWP_Stream\Connector_Woocommerce:private] => Array
(
[woocommerce_ppcp-axo-gateway_settings] => Array
(
[title] => Debit or Credit Cards
[page] => wc-settings
[tab] => checkout
[section] => 0
[type] => payment gateway
)
[woocommerce_ppcp-gateway_settings] => Array
(
[title] => PayPal
[page] => wc-settings
[tab] => checkout
[section] => 1
[type] => payment gateway
)
[woocommerce_bacs_settings] => Array
(
[title] => Direct bank transfer
[page] => wc-settings
[tab] => checkout
[section] => 2
[type] => payment gateway
)
[woocommerce_cheque_settings] => Array
(
[title] => Check payments
[page] => wc-settings
[tab] => checkout
[section] => 3
[type] => payment gateway
)
[woocommerce_cod_settings] => Array
(
[title] => Cash on delivery
[page] => wc-settings
[tab] => checkout
[section] => 4
[type] => payment gateway
)
[woocommerce_ppcp-credit-card-gateway_settings] => Array
(
[title] => Debit or Credit Cards
[page] => wc-settings
[tab] => checkout
[section] => 5
[type] => payment gateway
)
[woocommerce_new_order_settings] => Array
(
[title] => New order
[page] => wc-settings
[tab] => email
[section] => wc_email_new_order
[type] => email
)
[woocommerce_cancelled_order_settings] => Array
(
[title] => Cancelled order
[page] => wc-settings
[tab] => email
[section] => wc_email_cancelled_order
[type] => email
)
[woocommerce_customer_cancelled_order_settings] => Array
(
[title] => Cancelled order
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_cancelled_order
[type] => email
)
[woocommerce_failed_order_settings] => Array
(
[title] => Failed order
[page] => wc-settings
[tab] => email
[section] => wc_email_failed_order
[type] => email
)
[woocommerce_customer_failed_order_settings] => Array
(
[title] => Failed order
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_failed_order
[type] => email
)
[woocommerce_customer_on_hold_order_settings] => Array
(
[title] => Order on-hold
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_on_hold_order
[type] => email
)
[woocommerce_customer_processing_order_settings] => Array
(
[title] => Processing order
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_processing_order
[type] => email
)
[woocommerce_customer_completed_order_settings] => Array
(
[title] => Completed order
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_completed_order
[type] => email
)
[woocommerce_customer_refunded_order_settings] => Array
(
[title] => Refunded order
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_refunded_order
[type] => email
)
[woocommerce_customer_invoice_settings] => Array
(
[title] => Order details
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_invoice
[type] => email
)
[woocommerce_customer_note_settings] => Array
(
[title] => Customer note
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_note
[type] => email
)
[woocommerce_customer_reset_password_settings] => Array
(
[title] => Reset password
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_reset_password
[type] => email
)
[woocommerce_customer_new_account_settings] => Array
(
[title] => New account
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_new_account
[type] => email
)
[woocommerce_customer_pos_completed_order_settings] => Array
(
[title] => POS completed order
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_pos_completed_order
[type] => email
)
[woocommerce_customer_pos_refunded_order_settings] => Array
(
[title] => POS refunded order
[page] => wc-settings
[tab] => email
[section] => wc_email_customer_pos_refunded_order
[type] => email
)
[woocommerce_frontend_css_colors] => Array
(
[title] => Frontend Styles
[page] => wc-settings
[tab] => general
[section] =>
[type] => setting
)
[woocommerce_default_gateway] => Array
(
[title] => Gateway Display Default
[page] => wc-settings
[tab] => checkout
[section] =>
[type] => setting
)
[woocommerce_gateway_order] => Array
(
[title] => Gateway Display Order
[page] => wc-settings
[tab] => checkout
[section] =>
[type] => setting
)
[woocommerce_default_shipping_method] => Array
(
[title] => Shipping Methods Default
[page] => wc-settings
[tab] => shipping
[section] =>
[type] => setting
)
[woocommerce_shipping_method_order] => Array
(
[title] => Shipping Methods Order
[page] => wc-settings
[tab] => shipping
[section] =>
[type] => setting
)
[shipping_debug_mode] => Array
(
[title] => Shipping Debug Mode
[page] => wc-status
[tab] => tools
[section] =>
[type] => tool
)
[template_debug_mode] => Array
(
[title] => Template Debug Mode
[page] => wc-status
[tab] => tools
[section] =>
[type] => tool
)
[uninstall_data] => Array
(
[title] => Remove post types on uninstall
[page] => wc-status
[tab] => tools
[section] =>
[type] => tool
)
)
[plugin_version:WP_MainWP_Stream\Connector_Woocommerce:private] => 10.2.2
)
[1] => callback
)
[accepted_args] => 99
)
)
)
[priorities:protected] => Array
(
[0] => 10
)
[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
Free Shipping on all orders
See our store hours & services
Deliveries made 4-7 business days from order