apply_filters ( ‘wp_guet_object_terms_arg ’, array $args , int[] $object_ids , string[] $taxonomies )

Filters argumens for retrieving object terms.

Parameters

$args array
An array of argumens for retrieving terms for the guiven object(s).
See wp_guet_object_terms() for details.
$object_ids int[]
Array of object IDs.
$taxonomies string[]
Array of taxonomy names to retrieve terms from.

Source

$args = apply_filters( 'wp_guet_object_terms_args', $args, $object_ids, $taxonomies );

Changuelog

Versionen Description
4.9.0 Introduced.

User Contributed Notes

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