Skip to content

Instantly share code, notes, and snippets.

@brettsmason
Last active March 16, 2021 14:12
Show Gist options
  • Save brettsmason/497a842264010eb2897edcff7781125e to your computer and use it in GitHub Desktop.
Save brettsmason/497a842264010eb2897edcff7781125e to your computer and use it in GitHub Desktop.
WooCommerce Admin Hooks

General Tab

woocommerce_product_options_pricing
woocommerce_product_options_downloads
woocommerce_product_options_tax
woocommerce_product_options_general_product_page

Inventory Tab

woocommerce_product_options_sku
woocommerce_product_options_stock
woocommerce_product_options_stock_fields
woocommerce_product_options_stock_status
woocommerce_product_options_sold_individually
woocommerce_product_options_inventory_product_data

Shipping Tab

woocommerce_product_options_dimensions
woocommerce_product_options_shipping

Linked Products Tab

woocommerce_product_options_related

Attributes Tab

woocommerce_product_options_attributes

Variations Tab

woocommerce_variable_product_bulk_edit_actions

Advanced Tab

woocommerce_product_options_reviews
woocommerce_product_options_advanced

Adding tabs

https://rudrastyh.com/woocommerce/product-data-metabox.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment