LLMS_Notifications::load_processor( string $type, string $path = null )
Load a single processor
Description Description
Parameters Parameters
- $type
-
(Required) Processor type id.
- $path
-
(Optional) path (for allowing 3rd party processor loading).
Default value: null
Return Return
(boolean)
Source Source
File: includes/notifications/class.llms.notifications.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |