Skip to content

Instantly share code, notes, and snippets.

@JanVoracek
Created September 8, 2016 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JanVoracek/b5530707ff19e3ccf1b85978d271e0bd to your computer and use it in GitHub Desktop.
Save JanVoracek/b5530707ff19e3ccf1b85978d271e0bd to your computer and use it in GitHub Desktop.
woocommerce_api_key:
actions:
create: Created WooCommerce API key
edit:
message: Edited WooCommerce API key
priority: 12
delete: Deleted WooCommerce API key
woocommerce_attribute_taxonomy:
actions:
create: Created WooCommerce attribute taxonomy
edit:
message: Edited WooCommerce attribute taxonomy
priority: 12
delete: Deleted WooCommerce attribute taxonomy
woocommerce_downloadable_product_permission:
actions:
create: Created WooCommerce downloadable product permission
edit:
message: Edited WooCommerce downloadable product permission
priority: 12
delete: Deleted WooCommerce downloadable product permission
woocommerce_order_item:
actions:
create: Created WooCommerce order item
edit:
message: Edited WooCommerce order item
priority: 12
delete: Deleted WooCommerce order item
woocommerce_order_itemmeta:
actions:
create: Created WooCommerce order itemmeta
edit:
message: Edited WooCommerce order itemmeta
priority: 12
delete: Deleted WooCommerce order itemmeta
woocommerce_payment_token:
actions:
create: Created WooCommerce payment token
edit:
message: Edited WooCommerce payment token
priority: 12
delete: Deleted WooCommerce payment token
woocommerce_payment_tokenmeta:
actions:
create: Created WooCommerce payment tokenmeta
edit:
message: Edited WooCommerce payment tokenmeta
priority: 12
delete: Deleted WooCommerce payment tokenmeta
woocommerce_shipping_zone:
actions:
create: Created WooCommerce shipping zone
edit:
message: Edited WooCommerce shipping zone
priority: 12
delete: Deleted WooCommerce shipping zone
woocommerce_shipping_zone_location:
actions:
create: Created WooCommerce shipping zone location
edit:
message: Edited WooCommerce shipping zone location
priority: 12
delete: Deleted WooCommerce shipping zone location
woocommerce_shipping_zone_method:
actions:
create: Created WooCommerce shipping zone method
edit:
message: Edited WooCommerce shipping zone method
priority: 12
delete: Deleted WooCommerce shipping zone method
woocommerce_tax_rate:
actions:
create: Created WooCommerce tax rate
edit:
message: Edited WooCommerce tax rate
priority: 12
delete: Deleted WooCommerce tax rate
woocommerce_tax_rate_location:
actions:
create: Created WooCommerce tax rate location
edit:
message: Edited WooCommerce tax rate location
priority: 12
delete: Deleted WooCommerce tax rate location
woocommerce_api_key:
table: woocommerce_api_keys
id: key_id
references:
user_id: user
woocommerce_attribute_taxonomy:
table: woocommerce_attribute_taxonomies
id: attribute_id
woocommerce_downloadable_product_permission:
table: woocommerce_downloadable_product_permissions
id: permission_id
references:
product_id: post
order_id: post
user_id: user
woocommerce_order_item:
table: woocommerce_order_items
id: order_item_id
references:
order_id: post
woocommerce_order_itemmeta:
id: meta_id
parent-reference: order_item_id
references:
order_item_id: woocommerce_order_item
value-references:
meta_key@meta_value:
_product_id: post
_variation_id: post
woocommerce_payment_token:
table: woocommerce_payment_tokens
id: token_id
references:
user_id: user
woocommerce_payment_tokenmeta:
id: meta_id
parent-reference: payment_token_id
references:
payment_token_id: woocommerce_payment_token
woocommerce_shipping_zone:
table: woocommerce_shipping_zones
id: zone_id
woocommerce_shipping_zone_location:
table: woocommerce_shipping_zone_locations
id: location_id
references:
zone_id: woocommerce_shipping_zone
woocommerce_shipping_zone_method:
table: woocommerce_shipping_zone_methods
id: instance_id
references:
zone_id: woocommerce_shipping_zone
woocommerce_tax_rate:
table: woocommerce_tax_rates
id: tax_rate_id
woocommerce_tax_rate_location:
table: woocommerce_tax_rate_locations
id: location_id
references:
tax_rate_id: woocommerce_tax_rate
termmeta:
value-references:
meta_key@meta_value:
thumbnail_id: post
postmeta:
value-references:
meta_key@meta_value:
_upsell_ids[/\d+/]: post
_crosssell_ids[/\d+/]: post
_product_image_gallery: post
_min_price_variation_id: post
_max_price_variation_id: post
_min_regular_price_variation_id: post
_max_regular_price_variation_id: post
_min_sale_price_variation_id: post
_max_sale_price_variation_id: post
option:
value-references:
option_name@option_value:
woocommerce_shop_page_id: post
woocommerce_cart_page_id: post
woocommerce_checkout_page_id: post
woocommerce_terms_page_id: post
woocommerce_myaccount_page_id: post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment