2020-05-02 / 6361阅 / 悠然
确保REST响应是响应对象(出于一致性)。
这实现了WP_HTTP_Response,允许使用set_status / header / etc,而无需再次检查对象。还将允许WP_Error指示错误响应,因此用户应立即检查该值。
(WP_HTTP_Response|WP_Error|mixed)
(Required)
Response to check.
(WP_REST_Response|mixed) If response generated an error, WP_Error, if response is already an instance, WP_HTTP_Response, otherwise returns a new WP_REST_Response instance.