WC_Background_Emailer::dispatch_queue()
Save and run queue.
Description Description
Source Source
File: includes/class-wc-background-emailer.php
public function dispatch_queue() { if ( ! empty( $this->data ) ) { $this->close_http_connection(); $this->save()->dispatch(); } }