is_taxonomy
- is_taxonomy is deprecated since version 3.0.0!
Alternative: taxonomy_exists()
is_taxonomy ( $taxonomy )
Parameters:- (string) taxonomy Name of taxonomy object
See:Returns:- (bool) Whether the taxonomy exists.
Defined at: - Introduced in WordPress: 2.3.0
- Deprecated in WordPress: 3.0.0
Description
Checks that the taxonomy name exists.