WP_Background_Process::dispatchpublicWC 1.0

Dispatch

Метод класса: WP_Background_Process{}

Хуков нет.

Возвращает

Массив|WP_Error.

Использование

$WP_Background_Process = new WP_Background_Process();
$WP_Background_Process->dispatch();

Код WP_Background_Process::dispatch() WC 10.7.0

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

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