WP_List_Util::__construct( array $input )

In this article

Constructor.

Description

Sets the input array.

Parameters

$inputarrayrequired
Array to perform operations on.

Source

public function __construct( $input ) {
	$this->output = $input;
	$this->input  = $input;
}

Changelog

VersionDescription
4.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.