woocommerce_product_options_tax action-hookWC 1.0

Usage

add_action( 'woocommerce_product_options_tax', 'wp_kama_woocommerce_product_options_tax_action' );

/**
 * Function for `woocommerce_product_options_tax` action-hook.
 * 
 * @return void
 */
function wp_kama_woocommerce_product_options_tax_action(){

	// action...
}

Where the hook is called

In file: /includes/admin/meta-boxes/views/html-product-data-general.php
woocommerce_product_options_tax

Where the hook is used in WooCommerce

Usage not found.