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.
Contents
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.
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 );
}
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |