Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_WP_Background_Process / Astra_WP_Background_Process::push_to_queue()

Astra_WP_Background_Process::push_to_queue( mixed $data )

Push to queue


Description


Parameters

$data

(mixed) (Required) Data.


Return

($this)


Source

File: inc/lib/batch-processing/class-astra-wp-background-process.php

		public function push_to_queue( $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.