wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_{$adjacent}_post_excluded_terms › WordPress过滤钩子

Since4.4.0
已弃用n/a
apply_filters( "get_{$adjacent}_post_excluded_terms", $excluded_terms )
参数:
  • (int[]|string) $excluded_terms Array of excluded term IDs. Empty string if none were provided.
    Required: Yes
定义在:
文档:

Filters the IDs of terms excluded from adjacent post queries.

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

Possible hook names include:

  • get_next_post_excluded_terms
  • get_previous_post_excluded_terms




源码

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