LLMS_Theme_Support::get_css( string[] $selectors, string[] $rules, string $selector_prefix = '' )

Retrieve formatted inline CSS for a given list of selectors and rules


Description Description


Parameters Parameters

$selectors

(Required) Array of CSS selectors.

$rules

(Required) Associative array of CSS rules and properties. For example: array( 'color' => '#fff' ).

$selector_prefix

(Optional) A CSS selector to prefix each item in $selectors with.

Default value: ''


Top ↑

Return Return

(string)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.10.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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