taxonomy_exists
taxonomy_exists ( $taxonomy )
Parameters:- (string) taxonomy Name of taxonomy object.
Returns:- (bool) Whether the taxonomy exists.
Defined at: - Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Determines whether the taxonomy name exists.Formerly is_taxonomy(), introduced in 2.3.0.
For more information on this and similar theme functions, check out
the {@link Conditional Tags} article in the Theme Developer Handbook.