Switch language
wpseek on Twitter


A WordPress-centric search engine for devs and theme authors




_sort_uname_callback [ ]

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



Callback to sort array by a 'Name' key.

Source

function _sort_uname_callback( $a, $b ) {
	return strnatcasecmp( $a['Name'], $b['Name'] );
}

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

User discussions [ wordpress.org ]

0 User Note(s)

None yet. Be the first!

Add New ...