File-attachment

Component design:

How to use a component:

STM_LMS_Templates::show_lms_template(
    'components/file-attachment',
    array(
        'attachments' => array, (required) from standard wordpress query with 'post_type' => 'attachment'
        'dark_mode'   => bool, (required)
    )
);

Last updated