Function: tcp update custom taxonomy

Description

Updates a Custom Taxonomy. To see the format of the definitions visit tcp_get_custom_taxonomies.

Usage

<?php echo tcp_update_custom_taxonomies( $taxonomy_id ); ?>

Parameters

$taxonomy_id
(String) The custom taxonomy id you’d like to update.
$taxonomy_def
(Array) The custom taxonomy definition.

Examples

Change Log

Since: 1.1.7

Related

tcp_get_custom_taxonomies | tcp_get_custom_taxonomies | tcp_get_custom_taxonomy | tcp_exist_custom_taxonomy | tcp_delete_custom_taxonomy | tcp-create-custom-taxonomy