LLMS_Twenty_Twenty_One::modify_columns_count( int $cols )
Modify the number of catalog & checkout columns.
Parameters Parameters
- $cols
-
(int) (Required) Number of columns.
Return Return
(int)
Source Source
File: includes/theme-support/class-llms-twenty-twenty-one.php
public static function modify_columns_count( $cols ) { return 1; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.10.0 | Introduced. |