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.


Top ↑

Return Return

(string)


Top ↑

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>';
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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