wpseek.com
A WordPress-centric search engine for devs and theme authors
_get_term_children is private and should not be used in themes or plugins directly.
_get_term_children › WordPress Function
Since2.3.0
Deprecatedn/a
› _get_term_children ( $term_id, $terms, $taxonomy, $ancestors = array() )
| Access: |
|
| Parameters: (4) |
|
| Returns: |
|
| Defined at: |
|
| Codex: |
Gets the subset of $terms that are descendants of $term_id.
If$terms is an array of objects, then _get_term_children() returns an array of objects.
If $terms is an array of IDs, then _get_term_children() returns an array of IDs.Related Functions: get_term_children, get_category_children, get_children, get_page_children, get_term_field