LLMS_Notification_Controller_Quiz_Passed::send_test( string $type, array $data = array() )
Send a test notification to the currently logged in users Extending classes should redefine this in order to properly setup the controller with post_id and user_id data
Description Description
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()
Return Return
(int|false)
Source Source
File: includes/notifications/controllers/class.llms.notification.controller.quiz.passed.php
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |