Summery Summery
Checks if a given request can perform post processing on an attachment.
Syntax Syntax
Parameters Parameters
- $request
-
(Required) Full details about the request.
Return Return
(true|WP_Error) True if the request has access to update the item, WP_Error object otherwise.
Source Source
File: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
* @since 5.3.0 * * @param WP_REST_Request $request Full details about the request.