Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_WP_Async_Request / Astra_WP_Async_Request::data()

Astra_WP_Async_Request::data( array $data )

Set data used during the request


Description


Parameters

$data

(array) (Required) Data.


Return

($this)


Source

File: inc/lib/batch-processing/class-astra-wp-async-request.php

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

			return $this;
		}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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