LLMS_Notification_Controller_Payment_Retry::get_title()
Get the translatable title for the notification
Description Description
Used on settings screens.
Return Return
(string)
Source Source
File: includes/notifications/controllers/class.llms.notification.controller.payment.retry.php
public function get_title() { return __( 'Payment Retry Scheduled', 'lifterlms' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.10.0 | Introduced. |