LLMS_Notification_Controller_Quiz_Failed::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.failed.php
177 178 179 | public function get_title() { return __( 'Quizzes: Quiz Failed' , 'lifterlms' ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |