LLMS_Twenty_Twenty::add_elements_content_accent_color()

Get an array of selectors for items that have the accent color as the text color.


Return Return

(string[])


Top ↑

Source Source

File: includes/theme-support/class-llms-twenty-twenty.php

	protected static function add_elements_content_accent_color() {
		return LLMS_Theme_Support::get_selectors_primary_color_text();
	}


Top ↑

Changelog Changelog

Changelog
Version Description
4.10.0 Use LLMS_Theme_Support utility classes.
3.37.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.