llms_get_achievement_loop_columns()

Retrieve the number of columns used in achievement loops


Return Return

(int)


Top ↑

Source Source

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

function llms_get_achievement_loop_columns() {
	return apply_filters( 'llms_achievement_loop_columns', 4 );
}


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.