Tribe__Events__REST__V1__Endpoints__Term_Single_Base::can_delete()

Whether the current user can delete content of this type or not.


Return

(bool) Whether the current user can delete or not.


Top ↑

Source

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

	public function can_delete() {
		return $this->can_create();
	}

Top ↑

Changelog

Changelog
Version Description
4.6 Introduced.