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