Constructor.
Parameters
$argmixedrequired- Not used.
Source
public function __construct( $arg ) {
// The $arg parameter is required for signature parity with the other transports, but is unused here.
unset( $arg );
$this->method = 'direct';
$this->errors = new WP_Error();
}
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.