apply_filters( 'llms_dashboard_recent_courses_count', int $per_page )
Filter the number of courses per page to be displayed in the dashboard, when outputting a short list of courses.
Contents
Parameters Parameters
- $per_page
-
(int) The number or courses per page to be displayed. Default is
3
.
More Information More Information
Examples Examples
https://gist.github.com/thomasplevy/b1feaf56858d3e946d3c0271f4d4d3eb
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
Changelog Changelog
Version | Description |
---|---|
unknown | Introduced. |