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

Filter arguments for retrieving object terms.


Description Description


Parameters Parameters

$args

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

$object_ids

(int[]) Array of object IDs.

$taxonomies

(string[]) Array of taxonomy names to retrieve terms from.


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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