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


Top ↑

User Contributed Notes User Contributed Notes

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