Tribe__Process__Handler::data( array $data )

Sets the that will be used during the request.


Parameters

$data

(array) (Required) Data.


Top ↑

Return

($this) This handler instance.


Top ↑

Source

File: src/Tribe/Process/Handler.php

	public function data( $data ) {
		$this->data = $data;

		return $this;
	}

Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.