LLMS_Abstract_Notification_Controller::get_subscriptions()
Retrieve subscribers
Return Return
(array)
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
public function get_subscriptions() {
return $this->subscriptions;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |