wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_get_object_terms › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'wp_get_object_terms', $terms, $object_ids, $taxonomies, $args )
Paramètres: (4)
  • (WP_Term[]|int[]|string[]|string) $terms Array of terms or a count thereof as a numeric string.
    Requis: Oui
  • (string) $object_ids Comma separated list of object IDs for which terms were retrieved.
    Requis: Oui
  • (string) $taxonomies SQL fragment of taxonomy names from which terms were retrieved.
    Requis: Oui
  • (array) $args Array of arguments for retrieving terms for the given object(s). See wp_get_object_terms() for details.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the terms for a given object or objects.

The $taxonomies parameter passed to this filter is formatted as a SQL fragment. The {@see 'get_object_terms'} filter is recommended as an alternative.





Source

return apply_filters( 'wp_get_object_terms', $terms, $object_ids, $taxonomies, $args );