WP_Filesystem_Direct::__construct( mixed $arg )

Constructor.


Parameters

$arg mixed Required
Not used.

Top ↑

Source

File: wp-admin/includes/class-wp-filesystem-direct.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes

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