apply_filters( 'terms_clauses', string[] $pieces, string[] $taxonomies, array $args )

Filters the terms query SQL clauses.


Description Description


Parameters Parameters

$pieces

(string[]) Array of query SQL clauses.

$taxonomies

(string[]) An array of taxonomy names.

$args

(array) An array of term query arguments.


Top ↑

Source Source

File: wp-includes/class-wp-term-query.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.