LLMS_Abstract_Notification_Controller::send_one( string $type, mixed $subscriber, bool $force = false )

Send a notification for a subscriber


Description Description


Parameters Parameters

$type

(Required) notification type id

$subscriber

(Required) WP User ID for the subscriber, email address, phone number, etc...

$force

(Optional) if true, will force a send even if duplicate's only applies to controllers that flag $this->auto_dupcheck to true

Default value: false


Top ↑

Return Return

(int|false)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.notification.controller.php


			

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.