Used By
Used By | Description |
---|---|
wp-includes/taxonomy.php: wp_get_object_terms() | Retrieves the terms associated with the given object(s), in the supplied taxonomies. |
Filters the terms for a given object or objects.
The $taxonomies
parameter passed to this filter is formatted as a SQL fragment. The ‘get_object_terms’ filter is recommended as an alternative.
(array) Array of terms for the given object or objects.
(int[]) Array of object IDs for which terms were retrieved.
(string[]) Array of taxonomy names from which terms were retrieved.
(array) Array of arguments for retrieving terms for the given object(s). See wp_get_object_terms() for details.
File: wp-includes/taxonomy.php
Version | Description |
---|---|
2.8.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_get_object_terms