Recent

top_ten_query_exclude_terms_include_parents filter

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

TypeNameDescription
bool|string$exclude_terms_include_parentsFalse 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;
} );