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

Fires to include the hide recurring template on the end of the actions of the top-bar.


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_hide_recurring_events( $file, $name, $template ) {
		$this->container->make( Hide_Recurring_Events_Toggle::class )->render( $template );
	}

Top ↑

Changelog

Changelog
Version Description
4.7.5 Introduced.