LLMS_Notification_Controller_Student_Welcome::send_test( string $type, array $data = array() )

Send a test notification to the currently logged in users


Description Description

Extending classes should redefine this in order to properly setup the controller with post_id and user_id data.


Parameters Parameters

$type

(Required) Notification type [basic|email].

$data

(Optional) Array of test notification data as specified by $this->get_test_data().

Default value: array()


Top ↑

Return Return

(int|false)


Top ↑

Source Source

File: includes/notifications/controllers/class.llms.notification.controller.student.welcome.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.33.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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