WP_Async_Request::data( array $data )

Set data used during the request


Description Description


Parameters Parameters

$data

(Required) Data.


Top ↑

Return Return

($this)


Top ↑

Source Source

File: includes/libraries/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.