LLMS_Notification_View_Subscription_Cancelled::set_merge_codes()

Setup merge codes that can be used with the notification.


Return Return

(array)


Top ↑

Source Source

File: includes/notifications/views/class.llms.notification.view.subscription.cancelled.php

	protected function set_merge_codes() {
		return array(
			'{{CUSTOMER_NAME}}'      => __( 'Customer Name', 'lifterlms' ),
			'{{ORDER_ID}}'           => __( 'Order ID', 'lifterlms' ),
			'{{PLAN_TITLE}}'         => __( 'Plan Title', 'lifterlms' ),
			'{{PRODUCT_TITLE}}'      => __( 'Product Title', 'lifterlms' ),
			'{{PRODUCT_TYPE}}'       => __( 'Product Type', 'lifterlms' ),
			'{{PRODUCT_TITLE_LINK}}' => __( 'Product Title (Link)', 'lifterlms' ),
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.17.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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