LLMS_Notification_Controller_Course_Complete::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.course.complete.php
public function get_title() {
return __( 'Course Complete', 'lifterlms' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |