Closed ryanzhou closed 7 years ago
This fixes an issue with WordPress 4.7. A rest_invalid_json would be returned if Content-Type is application/json but there's no body.
rest_invalid_json
Content-Type
application/json
Included into 1.4.0, thanks for submit this Pull Request.
This fixes an issue with WordPress 4.7. A
rest_invalid_json
would be returned ifContent-Type
isapplication/json
but there's no body.