LLMS_Notification_Controller_Subscription_Cancelled::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.subscription.cancelled.php
public function get_title() { return __( 'Subscription Cancellation Notice', 'lifterlms' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.17.8 | Introduced. |