woocommerce_after_register_taxonomy
Использование
add_action( 'woocommerce_after_register_taxonomy', 'wp_kama_woocommerce_after_register_taxonomy_action' ); function wp_kama_woocommerce_after_register_taxonomy_action(){ // action... }
Где вызывается хук
woocommerce_after_register_taxonomy
woocommerce/includes/class-wc-post-types.php 280
do_action( 'woocommerce_after_register_taxonomy' );