Tribe__Events__REST__V1__Endpoints__Term_Single_Base::DELETE_args()

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


Return

(array)


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.6 Introduced.