Tabs-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/tabs-pagination',
array(
'max_visible_tabs' => int, (required)
'tabs_quantity' => int, (required)
'vertical' => bool, (required)
'dark_mode' => bool, (required)
)
);