5024*5025* @param int[]$ancestors An array of IDs of object ancestors.5026* @param int$object_idObjectID.5027* @param string$object_type Type of object.5028* @param string$resource_type Type of resource$object_type is.5029*/5030returnapply_filters('get_ancestors',$ancestors,$object_id,$object_type,$resource_type);5031}50325033/**5034* Returns the term's parent's term ID.5035*5036* @since 3.1.0
History
Introduced in 4.1.1. Unchanged from 6.7.7 through 7.1.0.