llms_get_achievement_loop_columns()
Retrieve the number of columns used in achievement loops
Return Return
(int)
Source Source
File: includes/functions/llms.functions.templates.achievements.php
function llms_get_achievement_loop_columns() {
return apply_filters( 'llms_achievement_loop_columns', 4 );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.14.0 | Introduced. |