WP_Async_Request::data( array $data )

Set data used during the request


Parameters Parameters

$data

(array) (Required) Data.


Top ↑

Return Return

($this)


Top ↑

Source Source

File: vendor/deliciousbrains/wp-background-processing/classes/wp-async-request.php

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

		return $this;
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.