Tribe__Events__REST__V1__Endpoints__Single_Organizer::can_edit()

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


Return

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


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.6 Introduced.