LLMS_Abstract_Notification_View::set_merge_data_default( string $code )
Replace default merge codes with actual values
Description Description
Parameters Parameters
- $code
-
(string) (Required) the merge code to ge merged data for
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
protected function set_merge_data_default( $code ) { $mailer = LLMS()->mailer(); switch ( $code ) { case '{{DIVIDER}}': $code = $mailer->get_divider_html(); break; } return $code; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.11.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: