LLMS_Abstract_Notification_Processor::dispatch()
Starts the queue
Description Description
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.notification.processor.php
public function dispatch() { $this->log( sprintf( 'Dispatching %s', $this->action ) ); $dispatched = parent::dispatch(); if ( is_wp_error( $dispatched ) ) { $this->log( sprintf( 'Unable to dispatch %1$s: %2$s' ), $this->action, $dispatched->get_error_message() ); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: