LLMS_Twenty_Twenty_Two::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-two.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 |
---|---|
5.8.0 | Introduced. |