LLMS_Abstract_Notification_Processor::complete()
Called when queue is emptied and action is complete
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.notification.processor.php
protected function complete() { $this->log( sprintf( 'Processing for %s finished', $this->action ) ); parent::complete(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |