Widget_Featured_Venue::add_full_stylesheet_to_customizer( TribeEventsProViewsV2Widgetsarray $sheets, string $css_template )

Add full events featured venue widget stylesheets to customizer styles array to check.


Parameters

$sheets

(<span class="TribeEventsProViewsV2Widgetsarray">TribeEventsProViewsV2Widgetsarray) (Required) Array of sheets to search for.

$css_template

(string) (Required) String containing the inline css to add.


Top ↑

Return

(array) Modified array of sheets to search for.


Top ↑

Source

File: src/Tribe/Views/V2/Widgets/Widget_Featured_Venue.php

	public function add_full_stylesheet_to_customizer( $sheets, $css_template ) {
		return array_merge( $sheets, [ 'tribe-events-widgets-v2-events-featured-venue-full' ] );
	}

Top ↑

Changelog

Changelog
Version Description
5.3.0 Introduced.