WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_get_object_terms_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php apply_filters 2219 /**
* 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.
*/

Hook Parameters

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