Astra_WP_Background_Process::dispatch()
Dispatch
Description
Return
(void)
Source
File: inc/lib/batch-processing/class-astra-wp-background-process.php
public function dispatch() { // Schedule the cron healthcheck. $this->schedule_event(); // Perform remote post. return parent::dispatch(); }
Expand full source code Collapse full source code View on Trac