
在JavaScript中使用媒体查询的教程
apply_filters( "get_{$adjacent}_post_excluded_terms", $excluded_terms )
get_{$adjacent}_post_excluded_terms: 此函数用于检索获取相邻文章的查询中排除条款的SQL语句。
过滤被排除在相邻职位查询之外的术语的ID。
钩子名称的动态部分,$adjacent
,指的是相邻关系的类型,”next”或 “previous”。
可能的钩子名称包括。
get_next_post_excluded_terms
get_previous_post_excluded_terms
$excluded_terms = apply_filters( "get_{$adjacent}_post_excluded_terms", $excluded_terms );