Attendees::add_attendee_resources_page_slug( array $slugs )
Filter the page slugs that the attendee resources will load to add the order page
Contents
Parameters
- $slugs
-
(array) (Required) an array of admin slugs.
Return
(array)
Source
File: src/Tickets/Commerce/Reports/Attendees.php
public function add_attendee_resources_page_slug( $slugs ) {
$slugs[] = $this->attendees_page;
return $slugs;
}
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |