llms_get_core_supported_themes()
Get themes natively supported by LifterLMS
Return Return
(array)
Source Source
File: includes/llms.functions.core.php
*/
function llms_get_core_supported_themes() {
return array(
'canvas',
'Divi',
'genesis',
'twentyseventeen',
'twentysixteen',
'twentyfifteen',
'twentyfourteen',
'twentythirteen',
'twentyeleven',
'twentytwelve',
'twentyten',
);
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |