LD_REST_Echo_Controller_V2::get_response_permissions_check( WP_REST_Request $request )
Checks if a given request has access to read the theme.
Description #
Parameters #
- $request
- 
				(WP_REST_Request) (Required) Full details about the request. 
Return #
(true|WP_Error) True if the request has read access for the item, otherwise WP_Error object.
Source #
File: includes/rest-api/v2/class-ld-rest-echo-controller.php
Changelog #
| Version | Description | 
|---|---|
| 3.3.0 | Introduced. |