Hooks::widget_events_list_event_recurring_icon( string $file, TribeEventsProViewsV2Widgetsarray $name, Tribe__Template $template )

Action to inject the recurring icon into the events list widget event.


Parameters

$file

(string) (Required) Complete path to include the PHP File.

$name

(<span class="TribeEventsProViewsV2Widgetsarray">TribeEventsProViewsV2Widgetsarray) (Required) Template name.

$template

(Tribe__Template) (Required) Current instance of the Tribe__Template.


Top ↑

Source

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

	public function widget_events_list_event_recurring_icon( $file, $name, $template ) {
		$this->container->make( Widget_Advanced_List::class )->render_event_recurring_icon( $template );
	}

Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.