WP_List_Util::__construct( array $input )
Constructor.
Description Description
Sets the input array.
Parameters Parameters
- $input
-
(array) (Required) Array to perform operations on.
Source Source
File: wp-includes/class-wp-list-util.php
public function __construct( $input ) {
$this->output = $input;
$this->input = $input;
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |