Checks whether a given request has permission to read post block types.
Parameters
$request
WP_REST_Requestrequired- Full details about the request.
Source
public function get_items_permissions_check( $request ) {
return $this->check_read_permission();
}
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.