Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Oder Term list by hierarchy.
*
* @param array $terms Array of terms to be hierarchical sorted
* @return array $ordered_terms Array ot terms orderd by parent->child relation
* @author Telmo Teixeira <[email protected]>
*/
function ( array $terms ) {