LLMS_Twenty_Twenty::add_elements_content_accent_background()
Get an array of selectors for items that have the accent color as the background.
Return Return
(string[])
Source Source
File: includes/theme-support/class-llms-twenty-twenty.php
protected static function add_elements_content_accent_background() {
return LLMS_Theme_Support::get_selectors_primary_color_background();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 4.10.0 | Use LLMS_Theme_Support utility classes. |
| 3.37.0 | Introduced. |