LLMS_Abstract_Notification_Controller::has_subscriber_received( string $type, mixed $subscriber )
Determine if the notification is a potential duplicate
Description Description
Parameters Parameters
- $type
-
(Required) notification type id
- $subscriber
-
(Required) WP User ID for the subscriber, email address, phone number, etc...
Return Return
(boolean)
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
Changelog Changelog
Version | Description |
---|---|
3.11.0 | Introduced. |