LLMS_Abstract_Notification_View::is_for_self()
Determine if the notification subscriber is the user who triggered the notification
Contents
Return Return
(bool)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
protected function is_for_self() { return ( $this->subscriber->get_id() === $this->user->get_id() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |