LD_REST_Progress_Status_Controller_V2::get_item_permissions_check( WP_REST_Request $request )
Checks if a given request has access to read a price type.
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, WP_Error object otherwise.
Source #
File: includes/rest-api/v2/class-ld-rest-progress-status-controller.php
Changelog #
Version | Description |
---|---|
3.4.0 | Introduced. |