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