get_{$adjacent}_post_excluded_terms

Advertisement

Summery Summery

Filters the IDs of terms excluded from adjacent post queries.

Syntax Syntax

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

Description Description

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

Parameters Parameters

$excluded_terms

Array of excluded term IDs.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply