apply_filters( 'wp_get_object_terms_args', array $args , int|array $object_ids , string|array $taxonomies )
Filter arguments for retrieving object terms.
Parameters
- $args
-
An array of arguments for retrieving terms for the given object(s). See wp_get_object_terms() for details.
- $object_ids
-
Object ID or array of IDs.
- $taxonomies
-
The taxonomies to retrieve terms from.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-4.9.0 | Introduced. |