wp_get_object_terms_args WordPress Filter Hook

The wp_get_object_terms_args hook is used to retrieve the arguments used to get terms associated with an object.

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

Filters arguments for retrieving object terms.


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

File: wp-includes/taxonomy.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More