is_taxonomy_hierarchical [ WordPress Function ]
| Parameters: |
|
| Uses: | |
| Returns: |
|
| Defined at: |
|
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.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/is taxonomy hierarchical « WordPress Codex
Description. This Conditional Tag checks if the taxonomy object is hierarchical. This is a boolean function uses a global, meaning it returns either TRUE or ...
codex.wordpress.org - Function Reference/is taxonomy « WordPress Codex
... is_search(), is_single(), is_singular(), is_sticky(), is_tag(), is_tax(), is_taxonomy_hierarchical(), is_time(), is_trackback(), is_year(), in_category(), in_the_loop(), ...
codex.wordpress.org - Docs for page functions.wp-taxonomy.php
is_taxonomy (line 22). void is_taxonomy ( $taxonomy). $taxonomy. is_taxonomy_hierarchical (line 27). void is_taxonomy_hierarchical ( $taxonomy). $taxonomy ...
phpdoc.ftwr.co.uk - 常用函数-is_taxonomy_hierarchical() | WordPress啦!
常用函数-is_taxonomy_hierarchical(). 说明. 该函数是一个条件标签,检查分类法 对象是否分级。函数是布尔值,使用全局变量,返回TRUE或FALSE(返回FALSE表明 ...
www.wordpress.la