Hooks::customizer_inline_stylesheets( TribeTicketsPlusViewsV2array $sheets )

Add views stylesheets to customizer styles array to check.


Parameters

$sheets

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


Top ↑

Return

(TribeTicketsPlusViewsV2array<string>) Modified array of sheets to search for.


Top ↑

Source

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

	public function customizer_inline_stylesheets( $sheets ) {
		return array_merge( $sheets, [ 'tribe-tickets-plus-registration-page-styles' ] );
	}