Hint

Component design:

How to use a component:

STM_LMS_Templates::show_lms_template(
    'components/hint',
    array(
        'content'   => string|object, (required)
        'side'      => string, (required) ('right'|'left')
        'dark_mode' => bool, (required)
    )
);

Last updated