Function: tcp exist custom taxonomy

Description

Returns true if the Custom Taxonomy exists.

Usage

<?php if ( tcp_exist_custom_taxonomy( $taxonomy_id ) ) echo $taxonomy_id; ?>

Parameters

$taxonomy_id
(String) The custom taxonomy id you’d like to know if exists.
return
(Boolean) Retuns true if the taxonomy_id exists, false if not.

Examples

Change Log

Since: 1.1.7

Related

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