llms_get_core_supported_themes()
Get themes natively supported by LifterLMS
Return Return
(array)
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' , ); |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |