ftp_pure::__construct()publicWP 1.0

Method of the class: ftp_pure{}

No Hooks.

Return

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.5.2

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