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.
Contents
Parameters
- $sheets
-
(<span class="TribeEventsProViewsV2Widgetsarray">TribeEventsProViewsV2Widgetsarray) (Required) Array of sheets to search for.
- $css_template
-
(string) (Required) String containing the inline css to add.
Return
(array) Modified array of sheets to search for.
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' ] );
}
Changelog
| Version | Description |
|---|---|
| 5.3.0 | Introduced. |