Hooks::filter_global_elements_css_template( array $arguments, TribeEventsProViewsV2CustomizerTribe__Customizer__Section $section )

Filters the Global Elements CSS output to ECP-specific styles.


Parameters

$arguments

(array) (Required) The existing array of default values.

$section

(TribeEventsProViewsV2CustomizerTribe__Customizer__Section) (Required) The section instance we are dealing with.


Top ↑

Return

(TribeEventsProViewsV2Customizerarray<string|TribeEventsProViewsV2Customizermixed>) The modified array of default values.


Top ↑

Source

File: src/Tribe/Views/V2/Customizer/Hooks.php

	public function filter_global_elements_css_template( $arguments, $section ) {
		return $this->container->make( Global_Elements::class )->filter_global_elements_css_template( $arguments, $section );
	}

Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.