WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wp kses array lc

Description

Goes through an array and changes the keys to all lower case.

Usage

<?php wp_kses_array_lc$inarray ?>

Parameters

$inarray
(array) (required) Unfiltered array
Default: None

Return Values

(array) 
Fixed array with all lowercase keys

Examples

Notes

  • This function expects a multi-dimensional array for input.

Change Log

Since: 1.0.0

Source File

wp_kses_array_lc() is located in wp-includes/kses.php.

Related

See also index of Function Reference and index of Template Tags.