Tribe__Events__REST__V1__Endpoints__Single_Organizer::DELETE_args()

Returns the content of the args array that should be used to register the endpoint with the register_rest_route function.

Contents


Return

(array)


Top ↑

Source

File: src/Tribe/REST/V1/Endpoints/Single_Organizer.php

	public function DELETE_args() {
		return $this->READ_args();
	}