Tribe__Process__Handler::data( array $data )
Sets the that will be used during the request.
Contents
Parameters
- $data
-
(array) (Required) Data.
Return
($this) This handler instance.
Source
File: src/Tribe/Process/Handler.php
public function data( $data ) {
$this->data = $data;
return $this;
}
Changelog
| Version | Description |
|---|---|
| 4.9.5 | Introduced. |