wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_terms_orderby › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'get_terms_orderby', $orderby, $this->query_vars, $this->query_vars['taxonomy'] )
Parametri: (3)
  • (string) $orderby `ORDERBY` clause of the terms query.
    Richiesto:
  • (array) $args An array of term query arguments.
    Richiesto:
  • (string[]) $taxonomies An array of taxonomy names.
    Richiesto:
Definito a:
Codex:

Filters the ORDERBY clause of the terms query.





Sorgenti

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