LLMS_Emails::get_divider_html()
Get an HTML divider for use in HTML emails
Description Description
Can use shortcode {divider} to output in any email.
Return Return
(string)
Source Source
File: includes/class.llms.emails.php
public function get_divider_html() { return '<div style="height:1px;width:100%;margin:15px auto;background-color:' . $this->get_css( 'divider-color', false ) . '"></div>'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |