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



get_object_terms › WordPress Filter Hooks

Da4.2.0
Deprecaton/a
apply_filters( 'get_object_terms', $terms, $object_ids, $taxonomies, $args )
Parametri: (4)
  • (WP_Term[]|int[]|string[]|string) $terms Array of terms or a count thereof as a numeric string.
    Richiesto:
  • (int[]) $object_ids Array of object IDs for which terms were retrieved.
    Richiesto:
  • (string[]) $taxonomies Array of taxonomy names from which terms were retrieved.
    Richiesto:
  • (array) $args Array of arguments for retrieving terms for the given object(s). See wp_get_object_terms() for details.
    Richiesto:
Definito a:
Codex:

Filters the terms for a given object or objects.





Sorgenti

$terms = apply_filters( 'get_object_terms', $terms, $object_ids, $taxonomies, $args );