LLMS_Notification_View_Subscription_Cancelled::set_merge_codes()
Setup merge codes that can be used with the notification.
Contents
Return Return
(array)
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' ),
);
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.17.8 | Introduced. |