apply_filters( "get_{$adjacent}_post_excluded_terms", array $excluded_terms )

Filters the IDs of terms excluded from adjacent post queries.


Description Description

The dynamic portion of the hook name, $adjacent, refers to the type of adjacency, ‘next’ or ‘previous’.


Parameters Parameters

$excluded_terms

(array) Array of excluded term IDs.


Top ↑

Source Source

File: wp-includes/link-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.