Attendees::hook()

Hooks the actions and filter required by the class.

Contents


Source

File: src/Tickets/Commerce/Reports/Attendees.php

	public function hook() {
		add_action( 'admin_menu', [ $this, 'register_attendees_page' ] );
	}

Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.