wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_recursive_ksort › WordPress Function
Since6.0.0
Deprecatedn/a
› wp_recursive_ksort ( $input_array )
Parameters: |
|
Defined at: |
|
Codex: |
Sorts the keys of an array alphabetically.
The array is passed by reference so it doesn't get returned which mimics the behavior ofksort()
.