LLMS_Abstract_Notification_Controller::send( bool $force = false )
Send all the subscriptions
Description Description
Parameters Parameters
- $force
-
(Optional) if true, will force a send even if duplicate's only applies to controllers that flag $this->auto_dupcheck to true
Default value: false
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |