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