WP_Filesystem_Direct::__construct
Constructor.
Method of the class: WP_Filesystem_Direct{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Filesystem_Direct = new WP_Filesystem_Direct(); $WP_Filesystem_Direct->__construct( $arg );
- $arg(mixed) (required)
- Not used.
Changelog
| Since 2.5.0 | Introduced. |
WP_Filesystem_Direct::__construct() WP Filesystem Direct:: construct code WP 7.0
public function __construct( $arg ) {
$this->method = 'direct';
$this->errors = new WP_Error();
}