Constructor.
Parameters
$argmixedrequired- Not used.
Source
public function __construct( $arg ) {
$this->method = 'direct';
$this->errors = new WP_Error();
}
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
Constructor.
$argmixedrequiredpublic function __construct( $arg ) {
$this->method = 'direct';
$this->errors = new WP_Error();
}
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.