LLMS_Twenty_Twenty_One::modify_columns_count( int $cols )

Modify the number of catalog & checkout columns.


Parameters Parameters

$cols

(int) (Required) Number of columns.


Top ↑

Return Return

(int)


Top ↑

Source Source

File: includes/theme-support/class-llms-twenty-twenty-one.php

	public static function modify_columns_count( $cols ) {
		return 1;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.10.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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