WP_Background_Process::dispatch()

Dispatch

Description

Return

(void)

Source

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

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

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

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.