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