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' );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.10.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.