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



wp_get_object_terms_args › WordPress Filter Hooks

Since4.9.0
Deprecatedn/a
apply_filters( 'wp_get_object_terms_args', $args, $object_ids, $taxonomies )
Parameters: (3)
  • (array) $args An array of arguments for retrieving terms for the given object(s). See {@see wp_get_object_terms()} for details.
    Required: Yes
  • (int[]) $object_ids Array of object IDs.
    Required: Yes
  • (string[]) $taxonomies Array of taxonomy names to retrieve terms from.
    Required: Yes
Defined at:
Codex:

Filters arguments for retrieving object terms.





Source

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