ftp_pure::__constructpublicWP 1.0

Method of the class: ftp_pure{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ftp_pure = new ftp_pure();
$ftp_pure->__construct( $verb, $le );
$verb
.
Default: FALSE
$le
.
Default: FALSE

ftp_pure::__construct() code WP 6.8.3

function __construct($verb=FALSE, $le=FALSE) {
	parent::__construct(false, $verb, $le);
}