apply_filters( 'get_terms_orderby', string $orderby, array $args, array $taxonomies )

Filters the ORDERBY clause of the terms query.


Parameters

$orderby

(string) ORDERBY clause of the terms query.

$args

(array) An array of terms query arguments.

$taxonomies

(array) An array of taxonomies.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.