LLMS_Admin_Table::get_columns_count()
Get the total number of columns in the table Useful for creating full with tds via colspan
Description Description
Return Return
(int)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
public function get_columns_count() { return count( $this->get_columns() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: