Attendees::add_attendee_resources_page_slug( array $slugs )

Filter the page slugs that the attendee resources will load to add the order page


Parameters

$slugs

(array) (Required) an array of admin slugs.


Top ↑

Return

(array)


Top ↑

Source

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

	public function add_attendee_resources_page_slug( $slugs ) {
		$slugs[] = $this->attendees_page;

		return $slugs;
	}

Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.