apply_filters( 'tribe_customizer_inline_stylesheets', array<string> $sheets, string $css_template )

Allow plugins to add themselves to this list.


Parameters

$sheets

(<span class="array">array) An array of sheets to search for.

$css_template

(string) String containing the inline css to add.


Top ↑

Source

File: src/Tribe/Customizer.php


Top ↑

Changelog

Changelog
Version Description
4.12.1 Introduced.