LLMS_Emails::get_table_style()

Return an associative array with the table’s tags inline style


Return Return

(string)


Top ↑

Source Source

File: includes/class.llms.emails.php

	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(),
		);
	}


Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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