apply_filters( "get_{$adjacent}_post_excluded_terms", string $excluded_terms )
Filters the IDs of terms excluded from adjacent post queries.
Description
The dynamic portion of the hook name, $adjacent
, refers to the type of adjacency, ‘next’ or ‘previous’.
Parameters
- $excluded_terms
-
Array of excluded term IDs.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |