_sort_uname_callback
- %1$s is private and should not be used in themes or plugins directly.
_sort_uname_callback ( $a, $b )
Access:Parameters:- (array) a array with 'Name' key.
- (array) b array with 'Name' key.
Returns:- (int) Return 0 or 1 based on two string comparison.
Defined at: - Introduced in WordPress: 3.1.0
- Deprecated in WordPress: —
Description
Declares a callback to sort array by a 'Name' key.