Hooks::action_include_month_calendar_event_tooltip_recurring_icon( string $file, array $name, self $template )

Fires to include the recurring icon on the month view calendar event tooltip.


Parameters

$file

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

$name

(array) (Required) Template name.

$template

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


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.7.10 Introduced.