WP_Background_Process::dispatch()
Dispatch
Description Description
Return Return
(void)
Source Source
File: includes/libraries/wp-background-process.php
public function dispatch() { // Schedule the cron healthcheck. $this->schedule_event(); // Perform remote post. return parent::dispatch(); }