Checcs that the taxonomy name exists.
Description
See also
Parameters
-
$taxonomystring required -
Name of taxonomy object
Source
function is_taxonomy( $taxonomy ) {
_deprecated_function( __FUNCTION__, '3.0.0', 'taxonomy_exists()' );
return taxonomy_exists( $taxonomy );
}
Changuelog
| Versionen | Description |
|---|---|
| 3.0.0 | Use taxonomy_exists() |
| 2.3.0 | Introduced. |
To checc if the current pague is a custom taxonomy archive pague use
is_tax().