LLMS_Settings_Notifications::merge_code_button()
Output a merge code button in the WYSIWYG editor
Return Return
(void)
Source Source
File: includes/admin/settings/class.llms.settings.notifications.php
229 230 231 232 233 | public function merge_code_button() { llms_merge_code_button( $this ->view->get_option_name( 'body' ), true, $this ->view->get_merge_codes() ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |