registered_taxonomy

registered_taxonomy

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('registered_taxonomy') is found 1 times:

  • /wp-includes/taxonomy.php line 552
    	 * @param string       $taxonomy    Taxonomy slug.
    	 * @param array|string $object_type Object type or array of object types.
    	 * @param array        $args        Array of taxonomy registration arguments.
    	 */
    	do_action( 'registered_taxonomy', $taxonomy, $object_type, (array) $taxonomy_object );
    
    	/**
    	 * Fires after a specific taxonomy is registered.
    	 *
    	 * The dynamic portion of the filter name, `$taxonomy`, refers to the taxonomy key.
    	 *
    

See this hook used in plugins: