LLMS_Notifications::schedule_single_processor( LLMS_Abstract_Notification_Processor $processor, string $id )
Save pending batches and schedule the async dispatching of a processor.
Description Description
Parameters Parameters
- $processor
-
(Required) Notification processor object.
- $id
-
(Required) Processor ID.
Return Return
(int|WP_Error) Timestamp of the scheduled event or an error object.
Source Source
File: includes/notifications/class.llms.notifications.php
Changelog Changelog
Version | Description |
---|---|
3.38.0 | Introduced. |