woocommerce_product_options_global_unique_id
Использование
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...
}Где вызывается хук
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' );