Warning: This method has been deprecated. Deprecated in favor of async dispatching via LLMS_Notifications::schedule_processors_dispatch() instead.
LLMS_Notifications::dispatch_processors()
On shutdown, check for processors that have items in the queue that need to be saved
Description Description
Saves & dispatches those processors.
Return Return
(void)
Source Source
File: includes/notifications/class.llms.notifications.php
Changelog Changelog
Version | Description |
---|---|
3.38.0 | Deprecated in favor of async dispatching via LLMS_Notifications::schedule_processors_dispatch() . |
4.6.0 | Use llms_deprecated_function() in favor of llms_log() . |
3.8.0 | Introduced. |