Closed justintadlock closed 7 years ago
In WP 4.7, there's a new function called wp_list_sort(). This should replace the usage of usort_terms_by_ID.
wp_list_sort()
usort_terms_by_ID
Ticket: https://core.trac.wordpress.org/ticket/37128
Reference: https://github.com/justintadlock/hybrid-core/issues/134
CC: @pagelab
In WP 4.7, there's a new function called
wp_list_sort()
. This should replace the usage ofusort_terms_by_ID
.Ticket: https://core.trac.wordpress.org/ticket/37128
Reference: https://github.com/justintadlock/hybrid-core/issues/134
CC: @pagelab