Filter hook 'wp_get_object_terms_args'

in WP Core File wp-includes/taxonomy.php at line 2289

Description

Filters arguments for retrieving object terms.

Occurrences

Filename Line Number
wp-includes/taxonomy.php 2289

Parameters

Type Name Description
array $args An array of arguments for retrieving terms for the given object(s). See {@see wp_get_object_terms()} for details.
int[] $object_ids Array of object IDs.
string[] $taxonomies Array of taxonomy names to retrieve terms from.

PHP Doc

/**
	 * Filters arguments for retrieving object terms.
	 *
	 * @since 4.9.0
	 *
	 * @param array    $args       An array of arguments for retrieving terms for the given object(s).
	 *                             See {@see wp_get_object_terms()} for details.
	 * @param int[]    $object_ids Array of object IDs.
	 * @param string[] $taxonomies Array of taxonomy names to retrieve terms from.
	 */