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


Top ↑

Parameters Parameters

$id

(Required) Processor ID.


Top ↑

Return Return

(array|WP_Error)


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.