llms_get_core_supported_themes()

Get themes natively supported by LifterLMS


Return Return

(array)


Top ↑

Source Source

File: includes/llms.functions.core.php

282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
*/
function llms_get_core_supported_themes() {
    return array(
        'canvas',
        'Divi',
        'genesis',
        'twentyseventeen',
        'twentysixteen',
        'twentyfifteen',
        'twentyfourteen',
        'twentythirteen',
        'twentyeleven',
        'twentytwelve',
        'twentyten',
    );


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.