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



wp_get_object_terms_args › Les Filtres WordPress

Depuis4.9.0
Dépréciéen/a
apply_filters( 'wp_get_object_terms_args', $args, $object_ids, $taxonomies )
Paramètres: (3)
  • (array) $args An array of arguments for retrieving terms for the given object(s). See {@see wp_get_object_terms()} for details.
    Requis: Oui
  • (int[]) $object_ids Array of object IDs.
    Requis: Oui
  • (string[]) $taxonomies Array of taxonomy names to retrieve terms from.
    Requis: Oui
Défini(e) dans:
Codex:

Filters arguments for retrieving object terms.





Source

$args = apply_filters( 'wp_get_object_terms_args', $args, $object_ids, $taxonomies );