Summery Summery
Checks if a given request has access to get a specific revision.
Syntax Syntax
Parameters Parameters
- $request
-
(Required) Full details about the request.
Return Return
(bool|WP_Error) True if the request has read access for the item, WP_Error object otherwise.
Source Source
File: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
} /**
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |