This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 ) { |