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