WP_Background_Process::push_to_queue( mixed $data )

Push to queue

Description

Parameters

$data

(mixed) (Required) Data.

Return

($this)

Source

File: bp-core/libraries/wp-background-process.php

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

			return $this;
		}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.