Orders::add_attendee_resources_page_slug( $slugs )

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


Parameters

$slugs

(Required)


Top ↑

Return

(array)


Top ↑

Source

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

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

		return $slugs;
	}

Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.