LLMS_Emails::get_table_td_style()
Return the table’s td tag inline style
Return Return
(string)
Source Source
File: includes/class.llms.emails.php
protected function get_table_td_style() {
return sprintf(
'border-bottom:1px solid %s;color:inherit;font-family:inherit;font-size:inherit;padding:10px;',
$this->get_css( 'divider-color', false )
);
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |