Widget_Month::add_full_stylesheet_to_customizer( TribeEventsProViewsV2Widgetsarray $sheets )
Add “full” events month widget stylesheets to customizer styles array to check.
Contents
Parameters
- $sheets
-
(<span class="TribeEventsProViewsV2Widgetsarray">TribeEventsProViewsV2Widgetsarray) (Required) Array of sheets to search for.
Return
(array) Modified array of sheets to search for.
Source
File: src/Tribe/Views/V2/Widgets/Widget_Month.php
public function add_full_stylesheet_to_customizer( $sheets ) {
return array_merge( (array) $sheets, [ 'tribe-events-pro-widgets-v2-month-full' ] );
}
Changelog
| Version | Description |
|---|---|
| 5.3.0 | Introduced. |