WP_Background_Process::dispatch()

Dispatch


Description


Return

(void)


Source

File: classes/library/batch-processing/wp-background-process.php

		public function dispatch() {
			// Schedule the cron healthcheck.
			$this->schedule_event();

			// Perform remote post.
			return parent::dispatch();
		}


User Contributed Notes

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