WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about list_terms_exclusions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-term-query.php apply_filters 534 /**
* Filters the terms to exclude from the terms query.
*
* @since 2.3.0
*
* @param string $exclusions `NOT IN` clause of the terms query.
* @param array $args An array of terms query arguments.
* @param string[] $taxonomies An array of taxonomy names.
*/

Hook Parameters

Parameter Type Name Description
string $exclusions `NOT IN` clause of the terms query.
array $args An array of terms query arguments.
string[] $taxonomies An array of taxonomy names.