wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_terms_orderby › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'get_terms_orderby', $orderby, $this->query_vars, $this->query_vars['taxonomy'] )
Parameter: (3)
  • (string) $orderby `ORDERBY` clause of the terms query.
    Erforderlich: Ja
  • (array) $args An array of term query arguments.
    Erforderlich: Ja
  • (string[]) $taxonomies An array of taxonomy names.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the ORDERBY clause of the terms query.





Quellcode

$orderby = apply_filters( 'get_terms_orderby', $orderby, $this->query_vars, $this->query_vars['taxonomy'] );