Tribe__Tickets__Abstract_Attendance_Totals::get_total_refunded_tooltip()

Get Attendee Total Refunded Orders Tooltip


Return

(string) a string of html for the tooltip


Top ↑

Source

File: src/Tribe/Abstract_Attendance_Totals.php

	public function get_total_refunded_tooltip() {
		// For future use
		return;
	}

Top ↑

Changelog

Changelog
Version Description
4.10.8 Introduced.