apply_filters( 'get_ancestors', array $ancestors, int $object_id, string $object_type, string $resource_type )

Filters a given object’s ancestors.


Description Description


Parameters Parameters

$ancestors

(array) An array of object ancestors.

$object_id

(int) Object ID.

$object_type

(string) Type of object.

$resource_type

(string) Type of resource $object_type is.


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.1.1 Introduced the $resource_type parameter.
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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