WP_Background_Process::dispatch()

Dispatch


Return Return

(void)


Top ↑

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();
}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.