LLMS_Emails::get_table_style()
Return an associative array with the table’s tags inline style
Return Return
(string)
Source Source
File: includes/class.llms.emails.php
263 264 265 266 267 268 269 | protected function get_table_style() { return array ( 'table' => $this ->get_table_table_style(), 'tr' => $this ->get_table_tr_style(), 'td' => $this ->get_table_td_style(), ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |