Tribe__Events__Pro__Main::append_recurring_info_tooltip( string $schedule_details, int $event_id )
Append the recurring info tooltip after an event schedule
Contents
Parameters
- $schedule_details
-
(string) (Required)
- $event_id
-
(int) (Required)
Return
(string)
Source
File: src/Tribe/Main.php
public function append_recurring_info_tooltip( $schedule_details, $event_id = 0 ) {
$tooltip = tribe_events_recurrence_tooltip( $event_id );
return $schedule_details . $tooltip;
}