wpseek.com
A WordPress-centric search engine for devs and theme authors



get_object_terms › WordPress Filter Hooks

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

Filters the terms for a given object or objects.





Source

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