Tribe__Events__Event_Tickets__Attendees_Report::add_hooks()

Adds hooks for injecting/overriding aspects of the Attendees Report from Event Tickets

Contents


Source

File: src/Tribe/Event_Tickets/Attendees_Report.php

	public function add_hooks() {
		add_action( 'tribe_tickets_attendees_event_details_list_top', array( $this, 'event_details_top' ) );
		add_action( 'tribe_tickets_plus_report_event_details_list_top', array( $this, 'event_details_top' ) );
	}

Top ↑

Changelog

Changelog
Version Description
4.0.1 Introduced.