LLMS_Abstract_Notification_Controller::get_subscriber( string $subscriber )
Takes a subscriber type (student, author, etc) and retrieves a User ID
Description Description
@since 3.8.0
Parameters Parameters
- $subscriber
-
(string) (Required) Subscriber type string.
Return Return
(int|false)
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
abstract protected function get_subscriber( $subscriber );
Expand full source code Collapse full source code View on GitHub