Pagination
Last updated
Was this helpful?
Last updated
Was this helpful?
Component design:
How to use a component:
STM_LMS_Templates::show_lms_template(
'components/pagination',
array(
'max_visible_pages' => int, (required)
'total_pages' => int, (required)
'current_page' => int, (required)
'done_indicator' => bool, (required)
'dark_mode' => bool, (required)
)