get_object_terms

Advertisement

Summery Summery

Filters the terms for a given object or objects.

Syntax Syntax

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

Parameters Parameters

$terms

Array of terms for the given object or objects.

$object_ids

Array of object IDs for which terms were retrieved.

$taxonomies

Array of taxonomy names from which terms were retrieved.

$args

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

Source Source

File: wp-includes/taxonomy.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.

Advertisement

Leave a Reply