is_taxonomy_hierarchical
is_taxonomy_hierarchical ( $taxonomy )
Parameters:- (string) taxonomy Name of taxonomy object.
Returns:- (bool) Whether the taxonomy is hierarchical.
Defined at: - Introduced in WordPress: 2.3.0
- Deprecated in WordPress: —
Description
Determines whether the taxonomy object is hierarchical.Checks to make sure that the taxonomy is an object first. Then Gets the
object, and finally returns the hierarchical value in the object.
A false return value might also mean that the taxonomy does not exist.
For more information on this and similar theme functions, check out
the {@link Conditional Tags} article in the Theme Developer Handbook.