Core Function
View Source on Trac ↗ rest_get_combining_operation_error()
rest_get_combining_operation_error( mixed $value, mixed $param, mixed $errors ) Gets the error of combining operation.
Parameters 3 required
| Name / Type | Description |
|---|---|
| $value array | The value to validate. Required |
| $param string | The parameter name, used in error messages. Required |
| $errors array | The errors array, to search for possible error. Required |
Return Value
(WP_Error)
The combining operation error.
Function Information
Since Version
5.6.0
Source File
wp-includes/rest-api.php
Advertisement