apply_filters( 'wp_get_object_terms', array $terms, int[] $object_ids, string[] $taxonomies, array $args )

Filters the terms for a given object or objects.


Description Description

The $taxonomies parameter passed to this filter is formatted as a SQL fragment. The ‘get_object_terms’ filter is recommended as an alternative.


Parameters Parameters

$terms

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

$object_ids

(int[]) Array of object IDs for which terms were retrieved.

$taxonomies

(string[]) Array of taxonomy names from which terms were retrieved.

$args

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


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.