woocommerce_after_product_attribute_settings хук-событие . WC 1.0
Использование
add_action( 'woocommerce_after_product_attribute_settings', 'action_function_name_6824', 10, 2 ); function action_function_name_6824( $attribute, $i ){ // action... }
- $attribute
- -
- $i
- -
Где вызывается хук
woocommerce_after_product_attribute_settings
woocommerce/includes/admin/meta-boxes/views/html-product-attribute.php 85
<?php do_action( 'woocommerce_after_product_attribute_settings', $attribute, $i ); ?>