taxonomy_exists [ WordPress Function ]
taxonomy_exists ( $taxonomy )
| Parameters: |
|
| Uses: |
|
| Returns: |
|
| Defined at: |
|
Checks that the taxonomy name exists.
Formerly is_taxonomy(), introduced in 2.3.0.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/taxonomy exists « WordPress Codex
Description. This Conditional Tag checks if the taxonomy name exists by passing a taxonomy name as an argument to it. This is a boolean function uses a global ...
codex.wordpress.org - Function Reference/is taxonomy « WordPress Codex
Please use taxonomy_exists instead. ... $taxonomy_exist = is_taxonomy(' category'); //returns true $taxonomy_exist = is_taxonomy('post_tag'); //returns true ...
codex.wordpress.org - taxonomy_exists( "product_category" ) == false in - WPMU DEV
Mar 2, 2012 ... When is the taxonomy actually registered, when can I define some constants based on product_category taxonomy id's? Is after_theme_setup ...
premium.wpmudev.org - taxonomy_exists() WordPress function reference, arguments and ...
Search. Blog. taxonomy_exists(). Checks that the taxonomy name exists. Formerly is_taxonomy(), introduced in 2.3.0. Signature. taxonomy_exists( $ taxonomy ) ...
queryposts.com