LLMS_Notifications::dispatch_processor_async( string $id )
Async callback to dispatch processors
Description Description
Locates the processor by ID and dispatches it for processing.
The trigger hook llms_dispatch_notification_processor_async
is called by the action scheduler library.
See also See also
Parameters Parameters
- $id
-
(Required) Processor ID.
Return Return
(array|WP_Error)
Source Source
File: includes/notifications/class.llms.notifications.php
Changelog Changelog
Version | Description |
---|---|
3.38.0 | Introduced. |