Attendees::hook()
Hooks the actions and filter required by the class.
Source
File: src/Tickets/Commerce/Reports/Attendees.php
public function hook() {
add_action( 'admin_menu', [ $this, 'register_attendees_page' ] );
}
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |