llms_get_loop_columns()

Retrieve the number of columns for llms loops


Return Return

(int)


Top ↑

Source Source

File: includes/functions/llms.functions.templates.loop.php

function llms_get_loop_columns() {
	return absint( apply_filters( 'lifterlms_loop_columns', 3 ) );
}


Top ↑

Changelog Changelog

Changelog
Version Description
3.14.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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