get_{$adjacent}_post_excluded_terms

最后更新于:2021-11-27 00:14:24

apply_filters( “get_{$adjacent}_post_excluded_terms”, array|string $excluded_terms )

Filters the IDs of terms excluded from adjacent post queries.

参数

$excluded_terms

(array|string)
Array of excluded term IDs. Empty string if none were provided.

源文件

文件: gc-includes/link-template.php

View on Trac