I’m returning a custom hierarchal taxonomy via wp_get_object_terms.
The trouble is that the results are being ordered by name or count, neither of which are proving reliable. (I’m using a custom taxonomy for “Location” – City, State, Country – sometimes the State appears before the City)
Is there a way I can order the resulting array by the custom taxonomy hierarchy?
Is there, perhaps, another way I should be looking at this?