wp_recursive_ksort
wp_recursive_ksort ( $input_array )
Parameters:- (array) input_array The array to sort, passed by reference.
Defined at: - Introduced in WordPress: 6.0.0
- Deprecated in WordPress: —
Description
Sorts the keys of an array alphabetically.The array is passed by reference so it doesn't get returned
which mimics the behavior of `ksort()`.