过滤从相邻帖子查询中排除的术语的ID。
原型
apply_filters( "get_{$adjacent}_post_excluded_terms", string $excluded_terms )
描述
钩子名称的动态部分$ adjacent指的是邻接类型,“next”或“previous”。
参数
$excluded_terms
(string)
排除的术语ID数组。
源文件
路径:wp-includes/link-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/get_adjacent_post_excluded_terms/