Checks if a given request can perform post-processing on an attachment.
Parameters
$requestWP_REST_Requestrequired- Full details about the request.
Source
public function post_process_item_permissions_check( $request ) {
return $this->update_item_permissions_check( $request );
}
Changelog
| Version | Description |
|---|---|
| 5.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.