WP_Background_Process::dispatch()
Dispatch
Contents
Return Return
(void)
Source Source
File: vendor/deliciousbrains/wp-background-processing/classes/wp-background-process.php
71 72 73 74 75 76 77 | 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 GitHub