Checks if a given request has access to get a specific revision.
Parameters
$requestWP_REST_Requestrequired- Full details about the request.
Source
public function get_item_permissions_check( $request ) {
return $this->get_items_permissions_check( $request );
}
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.