Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




_sort_uname_callback [ WordPress Function ]

_sort_uname_callback ( $a, $b )
Access:
  • private
Defined at:



Callback to sort array by a 'Name' key.

Source


<?php
function _sort_uname_callback$a$b ) {
    return 
strnatcasecmp$a['Name'], $b['Name'] );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics