list_terms_exclusions

最后更新于:2021-11-27 02:56:06

apply_filters( ‘list_terms_exclusions’, string $exclusions, array $args, string[] $taxonomies )

Filters the terms to exclude from the terms query.

参数

$exclusions

(string)
NOT IN clause of the terms query.

$args

(array)
An array of terms query arguments.

$taxonomies

(string[])
An array of taxonomy names.

源文件

文件: gc-includes/class-gc-term-query.php

View on Trac