Tribe__Events__REST__V1__Endpoints__Term_Single_Base::can_edit()
Whether the current user can update content of this type or not.
Return
(bool) Whether the current user can update or not.
Source
File: src/Tribe/REST/V1/Endpoints/Term_Single_Base.php
public function can_edit() {
return $this->can_create();
}
Changelog
| Version | Description |
|---|---|
| 4.6 | Introduced. |