LLMS_Twenty_Twenty::add_elements_content_accent_border()
Get an array of selectors for items that have the accent color as the border.
Return Return
(string[])
Source Source
File: includes/theme-support/class-llms-twenty-twenty.php
protected static function add_elements_content_accent_border() { return LLMS_Theme_Support::get_selectors_primary_color_border(); }
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. |