top_ten_query_include_terms_include_parents
Filter to include the parent terms when including terms.
Type: filter
Since: 4.0.0
Source: includes/class-top-ten-core-query.php line 295
Parameters
| Type | Name | Description |
|---|---|---|
bool|string | $include_terms_include_parents | False to exclude only the categories specified, |
Usage
add_filter( 'top_ten_query_include_terms_include_parents', function($include_terms_include_parents) {
// ...
return $include_terms_include_parents;
} );