Tribe__Tickets__REST__V1__Main::request_has_manage_access()

Return if the request has access to private information.


Return

(bool) True if the request has access to private information, false otherwise.


Top ↑

Source

File: src/Tribe/REST/V1/Main.php

	public function request_has_manage_access() : bool {
		return $this->user_has_manage_access() || $this->request_has_valid_api_key();
	}

Top ↑

Changelog

Changelog
Version Description
5.5.0 Introduced.