woocommerce_product_options_stock
Usage
add_action( 'woocommerce_product_options_stock', 'wp_kama_woocommerce_product_options_stock_action' );
/**
* Function for `woocommerce_product_options_stock` action-hook.
*
* @return void
*/
function wp_kama_woocommerce_product_options_stock_action(){
// action...
}Where the hook is called
woocommerce_product_options_stock
woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php 65
do_action( 'woocommerce_product_options_stock' );