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.


Top ↑

Return Return

(int|WP_Error) Timestamp of the scheduled event or an error object.


Top ↑

Source Source

File: includes/notifications/class.llms.notifications.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.38.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.