WP_Filesystem_Direct::__construct( mixed $arg )

In this article

Constructor.

Parameters

$argmixedrequired
Not used.

Source

public function __construct( $arg ) {
	$this->method = 'direct';
	$this->errors = new WP_Error();
}

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

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