woocommerce_after_register_taxonomy
Usage
add_action( 'woocommerce_after_register_taxonomy', 'wp_kama_woocommerce_after_register_taxonomy_action' ); /** * Function for `woocommerce_after_register_taxonomy` action-hook. * * @return void */ function wp_kama_woocommerce_after_register_taxonomy_action(){ // action... }
Where the hook is called
woocommerce_after_register_taxonomy
woocommerce/includes/class-wc-post-types.php 285
do_action( 'woocommerce_after_register_taxonomy' );