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_Payment_Retry::set_body_basic()

Setup default notification body for basic notifications.


Return Return

(string)


Top ↑

Source Source

File: includes/notifications/views/class.llms.notification.view.payment.retry.php

	private function set_body_basic() {
		return esc_html__( 'Head over to the order to see what went wrong and update your payment method to reactivate your subscription.', '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.