Core Function
View Source on Trac ↗ wp_kses_array_lc()
wp_kses_array_lc( mixed $inarray ) Converts the keys of an array to lowercase.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $inarray array | Unfiltered array. Required |
Return Value
(array)
Fixed array with all lowercase keys.
Function Information
Since Version
1.0.0
Source File
wp-includes/kses.php
Advertisement