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