Core Function
View Source on Trac ↗ wp_is_numeric_array()
wp_is_numeric_array( mixed $data ) Determines if the variable is a numeric-indexed array.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $data mixed | Variable to check. Required |
Return Value
(bool)
Whether the variable is a list.
Function Information
Since Version
4.4.0
Source File
wp-includes/functions.php
Advertisement