LLMS_Notification_Controller_Manual_Payment_Due::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.manual.payment.due.php
public function get_title() {
return __( 'Gateway: Manual - Payment Due', 'lifterlms' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.10.0 | Introduced. |