5000*5001* @param int[]$ancestors An array of IDs of object ancestors.5002* @param int$object_idObjectID.5003* @param string$object_type Type of object.5004* @param string$resource_type Type of resource$object_type is.5005*/5006returnapply_filters('get_ancestors',$ancestors,$object_id,$object_type,$resource_type);5007}50085009/**5010* Returns the term's parent's term ID.5011*5012* @since 3.1.0
History
Introduced in 4.1.1. Unchanged from 6.7.7 through 7.1.0.