LLMS_Notification::is_subscriber_self()

Determine if the triggering user is the subscriber


Return Return

(boolean)


Top ↑

Source Source

File: includes/models/model.llms.notification.php

	public function is_subscriber_self() {
		return ( $this->get( 'subscriber' ) == $this->get( 'user_id' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.