apply_filters( 'get_object_terms', array $terms, array $object_ids, array $taxonomies, array $args )

Filters the terms for a given object or objects.


Parameters

$terms

(array) An array of terms for the given object or objects.

$object_ids

(array) Array of object IDs for which $terms were retrieved.

$taxonomies

(array) Array of taxonomies from which $terms were retrieved.

$args

(array) An array of arguments for retrieving terms for the given object(s). See wp_get_object_terms() for details.


Source

File: wp-includes/taxonomy.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.2.0 Introduced.