LLMS_Notification::is_subscriber_self()
Determine if the triggering user is the subscriber
Contents
Return Return
(boolean)
Source Source
File: includes/models/model.llms.notification.php
public function is_subscriber_self() { return ( $this->get( 'subscriber' ) == $this->get( 'user_id' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |