Hooks::action_include_day_event_recurring_icon( string $file, array $name, TribeEventsViewsV2Template $template )

Fires to include the recurring icon on the day view event.


Parameters

$file

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

$name

(array) (Required) Template name.

$template

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


Top ↑

Source

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

	public function action_include_day_event_recurring_icon( $file, $name, $template ) {
		$this->container->make( Day_Event_Recurring_Icon::class )->render( $template );
	}

Top ↑

Changelog

Changelog
Version Description
4.7.8 Introduced.