return new WP_REST_Response(array('error' => 'Error message.'), 400);. With this one: return new WP_Error('rest_custom_error', ...
確定! 回上一頁