woocommerce_product_options_shipping хук-событие . WC 1.0
Использование
add_action( 'woocommerce_product_options_shipping', 'action_function_name_9936' ); function action_function_name_9936(){ // action... }
Где вызывается хук
woocommerce_product_options_shipping
woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php 63
do_action( 'woocommerce_product_options_shipping' );