LLMS_Twenty_Twenty::add_elements( array $elements )
Add LifterLMS Elments to the array of Twenty Twenty elements.
Description Description
This is used to automatically generate inline CSS via the Twenty Twenty Theme.
Parameters Parameters
- $elements
-
(Required) Multidimensional array of CSS selectors.
Return Return
(array)
Source Source
File: includes/theme-support/class-llms-twenty-twenty.php
Changelog Changelog
Version | Description |
---|---|
3.37.2 | Updated to use background-color property instead of background shorthand. |
3.37.0 | Introduced. |