Widget_Month::add_full_stylesheet_to_customizer( TribeEventsProViewsV2Widgetsarray $sheets )

Add “full” events month widget stylesheets to customizer styles array to check.


Parameters

$sheets

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


Top ↑

Return

(array) Modified array of sheets to search for.


Top ↑

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' ] );
	}

Top ↑

Changelog

Changelog
Version Description
5.3.0 Introduced.