Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Notification_View_Manual_Payment_Due::set_body_basic()
Setup default notification body for basic notifications.
Source Source
File: includes/notifications/views/class.llms.notification.view.manual.payment.due.php
private function set_body_basic() { return __( 'Head over to your dashboard for payment instructions.', 'lifterlms' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.10.0 | Introduced. |