LLMS_Notification_Controller_Quiz_Graded::get_title()
Get the translatable title for the notification used on settings screens
Contents
Return Return
(string)
Source Source
File: includes/notifications/controllers/class.llms.notification.controller.quiz.graded.php
public function get_title() {
return __( 'Quizzes: Quiz Graded', 'lifterlms' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.24.0 | Introduced. |